Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I need an excel formula to calculated the number of days between 'Start Date'
and 'End Date'. IF the 'End Date' is null I want to use todays date. Please Help |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=IF(B1="",TODAY(),B1)-A1
Format as number, not as date (which Excel will do automatically) -- Kind regards, Niek Otten "JulesM" wrote in message ... I need an excel formula to calculated the number of days between 'Start Date' and 'End Date'. IF the 'End Date' is null I want to use todays date. Please Help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to calculate number of days & ignore blank cells | Excel Discussion (Misc queries) | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
count the number of cells with a date <= today's date | New Users to Excel | |||
Check column of dates against todays date | Excel Worksheet Functions | |||
Determining the number of specific days between two dates in Excel | Excel Worksheet Functions |