Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
i have the following function =DATE(YEAR(F5),MONTH(F5)+3,DAY(F5)) but if F5
is blank to display nothing, any sugestions |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date Formula Problem - Leave date blank if Null | Excel Worksheet Functions | |||
What is this Date problem? | Excel Discussion (Misc queries) | |||
Date problem | Excel Discussion (Misc queries) | |||
Date problem using VBA | New Users to Excel | |||
Another Date Problem | Excel Worksheet Functions |