Forum Discussion

Serena320's avatar
Serena320
Copper Contributor
Jun 20, 2021
Solved

Seemingly correct formula...incorrect?

Hello, Each time I type a formula (to create new rules to highlight cells for example), an error message appears and says the formula is incorrect. Plus it doesn't say where. Yet the formula is very...
  • HansVogelaar's avatar
    Jun 20, 2021

    Serena320

    Make sure that you use the correct separator between arguments of a function.

    If you use point as decimal separator, use comma between arguments, for example

     

    =VLOOKUP(A2,$F$2:$G$100,2,FALSE)

     

    If you use comma as decimal separator, you should (probably) use semicolon between arguments, for example:

     

    =VLOOKUP(A2;$F$2:$G$100;2;FALSE)

Resources