Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Reoccuring sheet
Comments
-
Hi Hans,
If you're looking for months between 2 dates, try a formula like the following example:
=MONTH([Start Date]2) - MONTH([Due Date]2)
You'll want to change the cell references in the above example to the cells in your sheet.
If you don't want negative numbers returned, you might try wrapping the whole thing in the absolute function:
=ABS(MONTH([Start Date]2) - MONTH([Due Date]2))
This discussion has been closed.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 451 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives