#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 33
Default help with formula

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
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default help with formula

=IF(H4="","",H4+30)
--
Gary''s Student - gsnu200789
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default help with formula

Maybe

=IF(H4="","",H4+30)

Mike

"cjbarron5" wrote:

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

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 33
Default help with formula

Thank You very much works great

"cjbarron5" wrote:

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

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default help with formula

=IF(H4="","",H4+30)
--
David Biddulph

"cjbarron5" wrote in message
...
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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 01:33 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"