excel 2000
Posted by John on November 18, 2001 12:12 PM
Here is the problem (a1) is a date 1/1/2001
In B1 I have the formula =if (A1<=1,A1+285,0)
If there is a date in (a1) it returns the right answer
if there isn't a date in there it gives me #name? why?
I want it to give me 0
Please help