D
David M
Hello All,
Okay..check out this formula
=IF(ISERROR(VLOOKUP(M4,Test,10,FALSE)),"",VLOOKUP
(M4,Test,10,FALSE))
What this does is say okay look at this number in row M4
then look through this named range called test and bring
me back the date....what it does is if the cell in the
named range is blank, it returns a default date of 1/0/00,
or 1/0/1900...I would like to say, IF the cell referenced
is blank, then return "" don't guve me the default 1/0/00
Thanx
David
Okay..check out this formula
=IF(ISERROR(VLOOKUP(M4,Test,10,FALSE)),"",VLOOKUP
(M4,Test,10,FALSE))
What this does is say okay look at this number in row M4
then look through this named range called test and bring
me back the date....what it does is if the cell in the
named range is blank, it returns a default date of 1/0/00,
or 1/0/1900...I would like to say, IF the cell referenced
is blank, then return "" don't guve me the default 1/0/00
Thanx
David