VLOOKUP

G

Guest

We have a sheet which contains a VLOOKUP. But when the date looked up on
another sheet finds a blank, the date returned onto the sheet with the
VLOOKUP command, comes up with the date: 00/01/1900. We'd like it just to
show a blank field.

This is the current formula: =VLOOKUP(A3,Offers!$B$2:$U$751,18,FALSE)

Thanks.
 
G

Guest

Use a Custom number format.

Select the cell and press Ctrl-1. On the Number tab choose Custom and in
the Style box type

m/d/yyyy;;""
 
G

Guest

Hi Max

I tried this, but it didn't work. I also tried replacing the 0- with "" or "
", but that didn't work either.

Seemed such a neat idea too.
 
G

Guest

well, think it should have worked. "00/01/1900" is simply a zero returned by
the vlookup for blank cells where the formula cell is formatted as dd/m/yyyy.

Here's a quick sample to illustrate that it works:
http://cjoint.com/?ivpswpsoqg
bollard.xls
 

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


Top