Forum Discussion
Deleted
Mar 11, 2022DATEDIF returning incorrect value
I'm using the excel function =DATEDIF(start_date,TODAY(),"Y") and for each line this function runs under, I'm getting the incorrect value. For example: I have an employee who's start date is 3/1...
SergeiBaklan
Mar 11, 2022Diamond Contributor
Deleted
Are you on desktop or online version? If the latest check time zone for SharePoint/OneDrive.
Today is 2022-03-11
- Hadron4431Mar 27, 2024Copper Contributor
I am using =DATEDIF(A1,TODAY(),"d") in the cell where the return is 9/6/1901 instead of the # of days
2022-07-21 $21,500.00 9/6/1901 What am I doing wrong?
- SergeiBaklanMar 27, 2024Diamond Contributor
In addition, you may use
=TODAY()-A1applying General or Number format to the resulting cell
- HansVogelaarMar 27, 2024MVP
Select the cell with the DATEDIF formula and set the number format to General.