Getting correct number of months between a date and today
Hello, I'm trying to work with a formula to find the number of months between a static date and today for a PTO sheet (see attached). I thought I had the formula worked out, but can't get it to seem to work..
Thanks,
-Devon
Tags:
Best Answer
-
Try this (you'll need decimals)
=(NETDAYS([Date Submitted]@row, TODAY()) / 365) * 12
Or, if you only want the integer...
=ROUND((NETDAYS([Date Submitted]@row, TODAY()) / 365) * 12)
Answers
-
Try this (you'll need decimals)
=(NETDAYS([Date Submitted]@row, TODAY()) / 365) * 12
Or, if you only want the integer...
=ROUND((NETDAYS([Date Submitted]@row, TODAY()) / 365) * 12)
-
That worked perfectly! Thank you very much :)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 412 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 138 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!