Formula to calculate 1 month from given date
Hello,
I am trying to count one month from a particular date and need help with the formula.
for example the move in date is 7/29/2022 I want Smartsheet to automatically count 1 month from that date as the due date in a separate column? how do i go about doing that?
Answers
-
Hello, Smartsheet allows you to calculate dates using formulas. You could use a nested IF statement to calculate approximate move out date like this.
=IF([Approximate Duration of Stay]@row = "1 Month", [Approx. Move In Date]@row + 30, IF([Approximate Duration of Stay]@row = "2 Weeks", [Approx. Move In Date]@row + 14, "NA"))
This will work best if you use a Multiselect Column to limit potential values of [Approximate Duration of Stay] to those included in the nested IF formula. Here is a link to a related Help article.
Hope this helps!
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
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!