I have an Excel worksheet, and I'm trying to lookup a 2 digit number (01, 53, 14) and then bring up a date from the second column.
It works fine when I search text. I entered abc into the table and when I searched it it came up with the correct date. It just won't work with numbers.
This is what I have so far
=VLOOKUP(B7,Sheet3!A4:B30,2,FALSE)
B7 is the number I am looking for.
A4:B30 The table that I am searching in. 2 is the column with the date. For Example
A B
01 February 2012
03 March 2003
04 June 2004
Any suggestions on what I could do to make it all work?
THanks
It works fine when I search text. I entered abc into the table and when I searched it it came up with the correct date. It just won't work with numbers.
This is what I have so far
=VLOOKUP(B7,Sheet3!A4:B30,2,FALSE)
B7 is the number I am looking for.
A4:B30 The table that I am searching in. 2 is the column with the date. For Example
A B
01 February 2012
03 March 2003
04 June 2004
Any suggestions on what I could do to make it all work?
THanks