Hello! Somewhat new to Smartsheet and having a small struggle with figuring out my syntax.
The below statement functions when "ordered" is selected, but if "Onsite" is selected nothing happens. I'm not getting an error of any kind. I can swap out "Ordered" with "Onsite" and it will work. I cant seem to get the second IF functioning.
=IF(Status@row = "ordered", DATE(YEAR([Order Date | Warranty Start Date]@row) + 1, MONTH([Order Date | Warranty Start Date]@row) + 7, DAY([Order Date | Warranty Start Date]@row, IF(Status@row = "Onsite", DATE(YEAR([Order Date | Warranty Start Date]@row) + 1, MONTH([Order Date | Warranty Start Date]@row) + 7, DAY([Order Date | Warranty Start Date]@row, ""))))))
Thank you!