Tenure in months
I am very new to Smartsheet, and I'm trying to enter a formula from an Excel spreadsheet: =DATEDIF(C2,NOW(),"m"). I'm basically trying to determine the tenure in months, C2 is the Hire date
Best Answers
-
You could try something like this, just update for for your column name. Might want to try Roundup as well, not sure which would better suit your needs:
=ROUNDDOWN((TODAY() - [Date of Hire]@row) / 30)
-
It is, you can try this one as well. I forget about the INT one, but this may be better:
=INT((TODAY() - [Received by AA]3) / 30)
Answers
-
You could try something like this, just update for for your column name. Might want to try Roundup as well, not sure which would better suit your needs:
=ROUNDDOWN((TODAY() - [Date of Hire]@row) / 30)
-
That worked! Thank you!
-
Is it essentially "rounding" the months? As I notice a slight difference on the months in Excel vs Smartsheet.
-
It is, you can try this one as well. I forget about the INT one, but this may be better:
=INT((TODAY() - [Received by AA]3) / 30)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!