#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15
Default Date problem

i have the following function =DATE(YEAR(F5),MONTH(F5)+3,DAY(F5)) but if F5
is blank to display nothing, any sugestions
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default Date problem

One way:

=IF(F5="","", DATE(YEAR(F5),MONTH(F5)+3,DAY(F5))

In article ,
Tredown wrote:

i have the following function =DATE(YEAR(F5),MONTH(F5)+3,DAY(F5)) but if F5
is blank to display nothing, any sugestions

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Date Formula Problem - Leave date blank if Null Gayla Excel Worksheet Functions 5 April 24th 07 09:42 PM
What is this Date problem? Ozzy Excel Discussion (Misc queries) 2 June 26th 06 03:03 PM
Date problem PE Excel Discussion (Misc queries) 1 May 31st 06 11:12 AM
Date problem using VBA Jean Mark New Users to Excel 3 July 28th 05 07:30 AM
Another Date Problem dnsnider Excel Worksheet Functions 2 December 25th 04 03:23 AM


All times are GMT +1. The time now is 05:51 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"