Forum Discussion
mjfox62
Mar 12, 2019Copper Contributor
Lookup
I trying to use vlookup for the first time. I have a workbook with 2 sheets. Sheet 1 will have the vlookup for sheet 2. I'm trying to input a customer number on sheet 1 to lookup the customer name...
JKPieterse
Mar 12, 2019Silver Contributor
Try changing the formula to: =VLOOKUP(C5&"",Sheet2!$A$2:$D$3100,2,FALSE)
- mjfox62Mar 12, 2019Copper Contributor
Thanks. That helped.
I think there's something wrong with my data file format on the numbers. Some of them will not display when entered and others still will.
Example: the following data cells work - 1, 10
The following data cells don't work - 100, 1000
not sure if they are formatted funny.
- JKPieterseMar 13, 2019Silver ContributorPart of your numbers are treated as text by Excel. Select all of them and choose Data, Text to columns and click Finish. Then use your original formula.