Forum Discussion
Steven Lingenfelter
Oct 02, 2018Copper Contributor
Vlookup problem
Hello I am having a problem with the vlookup function. The function works correctly until a certain row. After that, the function starts returning the value in the previous row. A screenshot i...
santosh v
Oct 03, 2018Copper Contributor
I see that the vlookup formula is incomplete (True/False is missing)
VLOOKUP(lookup_value, table_array, col_index, True/False)
VLOOKUP(lookup_value, table_array, col_index, True/False)
- Lorenzo KimOct 03, 2018Bronze Contributor
false or 0 is for exact match.
so it is working OK now?
good for you..