Changing draft start date based on value in a cell and the planned delivery date

I have a smart sheet with a planned delivery date of a communication and am using "T Shirt Sizing" (Small, Medium, Large) to indicate the scope and criticality of the communication. I want to calculate the date that the draft should be ready for submitted for review based on the T Shirt Size. I've entered the following formula, but keep getting "#UNPARSABLE"

=IF([T-Shirt Size]@row = "Large", [Planned Delivery Date]@row - 56), IF([T-Shirt Size]@row="Medium", [Planned Delivery Date]@row - 42), IF([T-Shirt Size]@row="Small",[Planned Delivery Date]@row-28)

What's wrong with the formula?

Thanks!

Beth

Tags:

Answers

  • kowal
    kowal Overachievers Alumni

    hi @bwatclemson,

    =IF([T-Shirt Size]@row = "Large", [Planned Delivery Date]@row - 56, IF([T-Shirt Size]@row="Medium", [Planned Delivery Date]@row - 42, IF([T-Shirt Size]@row="Small",[Planned Delivery Date]@row-28)))

    try sth like that with IF function you shall close the brackets at the end of entire formula… i did not test it but this is how it shall work…

    Tomasz Kowalski

    Experienced IT PM and the Real Smartsheet Enthusiast.

    Is there anything else we can help you with? - book your time.

    MASA Consult - Your Aligned Smartsheet Gold Partner

    Find us on LinkedIn & Check our Smartsheet Solutions!

    Tag my name: @kowal if you want me to respond :)

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!