NEw trial user ;^)
Have a very basic calculation. From a Purchase Date I would like to calculate the number of Years and Months that have passed since purchase date from TODAY.
Two fields:
Purchase Date: Date
Age: calculated difference of TODAY() - Purchase Date.
But each forumula comes back #unparaseable. But most work in Excel.
=DATEDIF([Purchase Date]1 - TODAY())
=DATEDIF([Purchase Date]1,TODAY(),"ym")
[Purchase Date]1 - TODAY()
I can get a calculation between two dates, just not from TODAY. But even that comes back in "days" and I would prefer Years, months.
=[Purchase Date]1 - [Retired Date]1 gives me 1460, but to convert that 1460 days to years
=[Purchase Date]1 - [Retired Date]1 /365 gives me unparseable.
Are Smartsheets formulas that much different from excel?