rcolving
Board Regular
- Joined
- May 23, 2002
- Messages
- 124
- Office Version
- 365
- 2021
- 2019
- 2016
- 2013
- Platform
- Windows
I have a spread sheet with two dates, I am using the following formula which works great if both cells are populated, but if one is not populated with a date I get #NUM!. If one of the cells is not populated I want the cell to be blank. =DATEDIF(D3,E3,"y") & " Years, " & DATEDIF(D3,E3,"ym") & " Months, " & DATEDIF(D3,E3,"md") & " Days"