Formula to auto calculate due date
I want to auto calculate the due date for monthly stock inventory.
For February it will be 28 of the month, for the rest of the month to be 30th.
Would appreciate your assistance.
Thanks.
Best Answer
-
Hi @Vivien Chong ,
Try:
=IF(month@row=11, date(year@row,11,28), date(year@row, month@row, 30)
Work for you?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
Hi @Vivien Chong ,
Try:
=IF(month@row=11, date(year@row,11,28), date(year@row, month@row, 30)
Work for you?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Thanks @Mark Cronk , I am able to get what I want with the formula you shared.
-
Excellent. Happy to help. Thank you for using the Community.
Be Well,
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!