Dustin, If you are getting a zero it is probably because the column you are returning your result from is blank.
=VLOOKUP("Dog",Sheet1!A1:C10,3,FALSE)
This example will search for the text "Dog" in the range A1:A10 and return the data from the same row but in column C, which is why the "3" is in the function. The FALSE tells VLOOKUP to find an exact match.
Does this help
OzGrid Business Applications
Dave,
Thanks for your response. Unfortunately the answer is no, that did not help.
The cell being referenced (3 or column C in your example) does contain a value (a date) which is not diaplayed in the cell containing the VLOOKUP formula. The formula result is a single zero instead of the date. When I add in the FALSE as you recommended I got a #NAME? error instead.
Any idea as to what I am doing wrong? Cell Formatting, etc...
Thanks again Dave.
Hi Dustin
I'm still a bit unsure of what it is you are trying to lookup, is it a date and number or text.
If a date then see the example below.
=VLOOKUP(DATEVALUE("15/2/01"),Sheet1!A1:C10,3,FALSE)
If not then please post you formula here so I can get a better idea.
OzGrid Business Applications