This has to be simple but......

  • Thread starter Thread starter Fullam
  • Start date Start date
F

Fullam

Sorry I suspect this is a very simple question but I am afraid its
stumped me

I have used a VLOOkUP on a set of dates. When a cell in the range I am
looking up is blank Excel is putting in the date of 00/01/1900 which in
turn is reeking havoc with a chart I am building.

How do I change the furmula or format the cell so that LOOKUP shows a
blank cell when the cell it is looking up is blank rather than this
meaningless date.
 
Another way of doing it:

=IF(isblank(VLOOKUP(...))=true,"",VLOOKUP(...))
 

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

Back
Top