Forum Discussion
Oxana_Edelman
Sep 14, 2022Copper Contributor
Problem with VLOOKUP (doesn't see it as a formula)
Hi, Please, help me with my Excel (MS 365). I try to use the VLOOKUP formula and Excel doesn't see it as a formula (I checked the format and have already tried to resolve this issue with the MS te...
- Sep 14, 2022
If you work with english version of Excel you have to use "," instead of ";".
For example:
=VLOOKUP(E3,$B$2:$C$12,2,FALSE)
OliverScheurich
Sep 14, 2022Gold Contributor
If you work with english version of Excel you have to use "," instead of ";".
For example:
=VLOOKUP(E3,$B$2:$C$12,2,FALSE)