Thread
:
Date problem
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
JE McGimpsey
external usenet poster
Posts: 4,624
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 With Quote
JE McGimpsey
View Public Profile
Find all posts by JE McGimpsey