G
Guest
I also am trying to do a seemingly simple vlookup. I am comparing a value in the 1st column of a worksheet to find its match in a second worksheet and return a value in the 3rd column of the second worksheet. I get no results at all.
My formula is: vlookup(C2,LIST, 3, FALSE
C2 is a cell reference in the first worksheet holding a value I want searched in the second worksheet.
The name of the second worksheet is List. Where I want to return a value located in the third column
If an exact comparison value is not found I want a return of NA. Therefore, I entered false
I am getting no results. What am I not doing? Help!!
My formula is: vlookup(C2,LIST, 3, FALSE
C2 is a cell reference in the first worksheet holding a value I want searched in the second worksheet.
The name of the second worksheet is List. Where I want to return a value located in the third column
If an exact comparison value is not found I want a return of NA. Therefore, I entered false
I am getting no results. What am I not doing? Help!!