Thread: Date problem
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JE McGimpsey JE McGimpsey is offline
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