Change the date to a new date in the future when met the criteria

Hi, I curretnly have a smarthsheet that consistit of giving reminders and follow-ups for some actions. I am looking for a formula that basically (IF the due date column is less and the done column is checked, then change the due date for 2 months after.
Thank You
Answers
-
Hi EmilyEchevarriaΒ
I hope you are doing well,Β
According to your condition, you can use a helper column βdue date of next 2 months" for the formula because we canβt put the formula in the due date column if you will put the formula in the due date column then you canβt fill the due date so thatβs why I'm using another column for the due date of next 2-month.Β
Try this formula on the due date of the next 2 months:Β
=IF(AND([due date]@row < TODAY(), done@row = 1), DATE(YEAR([due date]@row), MONTH([due date]@row) + 2, DAY([due date]@row)))Β
I hope this is useful to you, Have a Good Day.Β
Thanks,
Kaveri Vipat
Senior Associate - Smartsheet Development, Ignatiuz Software
2023 Core Product Certified
Did this answer help you? Show some love by marking this answer as "Insightfulπ‘" or "Awesomeβ€οΈ" and "Vote Upβ¬οΈ"
Help Article Resources
Categories
Check out the Formula Handbook template!