I am using =H4+30 where h4 is my date cell for my quote invoice but when h4
is blank I get 1/30/00 how can I make it show blank when h4 contains no
information
Gary''s Student - 30 May 2008 19:40 GMT
=IF(H4="","",H4+30)

Signature
Gary''s Student - gsnu200789
Mike H - 30 May 2008 19:41 GMT
Maybe
=IF(H4="","",H4+30)
Mike
> I am using =H4+30 where h4 is my date cell for my quote invoice but when h4
> is blank I get 1/30/00 how can I make it show blank when h4 contains no
> information
cjbarron5 - 30 May 2008 19:48 GMT
Thank You very much works great
> I am using =H4+30 where h4 is my date cell for my quote invoice but when h4
> is blank I get 1/30/00 how can I make it show blank when h4 contains no
> information
David Biddulph - 30 May 2008 19:50 GMT
=IF(H4="","",H4+30)
--
David Biddulph
>I am using =H4+30 where h4 is my date cell for my quote invoice but when h4
> is blank I get 1/30/00 how can I make it show blank when h4 contains no
> information