date error

  • Thread starter Thread starter hitesh via OfficeKB.com
  • Start date Start date
H

hitesh via OfficeKB.com

iam using a vlookup formula for date , but when there is no date in formulas
result is 0-jan.
if there is no date why its turn to 0-jan why this happen . pls help me
 
Hi Hitesh,

If there is no data in the cell, VLOOKUP returns a 0. As you have
probably formatted the cell as a date, it thinks you mean day 0, which
to Excel is before 1st January 1900.

It may help make your results clearer if you use an IF function with
four VLOOKUP, for example...


=IF(VLOOKUP(A1,Range,Col No)=0, "No Date Found",VLOOKUP(A1,Range,Col
No))

Hope this helps

Phil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

WHEN I ENTER DATE IN EXCEL ... 2
Average Forumula 4
Formula IF 1
Excel Help with dates 2
Blank 3
date error 1
Group Total 2
Bringing to a cell the last date an event occurred 6

Back
Top