Hello Smartsheet Experts,
I really need your help as I have been banging my head against the wall on this one.
What I am trying to accomplish
- I have a "Target Date" Column where a date is being listed as the Go Live Date for a new product.
- I have 4 seperate columns that I am counting down the time (Months) till the "Target Date" (T-18 Months, T-12 Months, T-6 Months, T-3 Months, T+4 Months)
- I keep trying various formulas to no avail
Formula I have been trying (Example for T-12)
- =IF((MONTH([Target Date]@row) - 1) < 1, DATE(YEAR([Target Date]@row) - 1, MONTH([Target Date]@row) - 12 + 12, DAY([Target Date]@row)), DATE(YEAR([Target Date]@row), MONTH([Target Date]@row) - 12, DAY([Target Date]@row)))
Result
- When I use this formula for the 6 Months (by replacing the 12 with the 6) it works mostly with years 2023 and 2024 but not below December 2022
What I am hoping to achieve (with your gracious help!)
Thank you all in advance for your help!