Hi,
I need to calculate the number of days when I have the start date but I do not have the end date (meaning the project is still open).
I have two columns
Start date = 1/1/2018
End date = blank
I used =DATEDIF(A1,Today(),"d") but it does not account for cells that have End Dates in them.
Start------ End----- #Days
Date------ Date
1/1/2018- blank------ 74 (using the formula above)
1/1/2018 - 2/10/18---74 (using the formula above. It seems I need another IF statement to check for blanks then use the DATEIF formula)
Just need another's perspective and formula suggestion on this one.
Thank you,
Bev
I need to calculate the number of days when I have the start date but I do not have the end date (meaning the project is still open).
I have two columns
Start date = 1/1/2018
End date = blank
I used =DATEDIF(A1,Today(),"d") but it does not account for cells that have End Dates in them.
Start------ End----- #Days
Date------ Date
1/1/2018- blank------ 74 (using the formula above)
1/1/2018 - 2/10/18---74 (using the formula above. It seems I need another IF statement to check for blanks then use the DATEIF formula)
Just need another's perspective and formula suggestion on this one.
Thank you,
Bev