Need help with a IF(OR) formula

Options

I have the "base" formula correct and working but can't figure out how to string it together (are there best practices in this area?) with a larger formula:

This piece works: =IF(OR([Go Live Month]@row = "January", [Go Live Month]@row = "February", [Go Live Month]@row = "March"), "Q120")

I want to add conditions for the rest of the year, but again, can't figure out how to link it all together.

IF(OR([Go Live Month]@row = "April", [Go Live Month]@row = "May", [Go Live Month]@row = "June"), "Q2-2020"),

IF(OR([Go Live Month]@row = "July", [Go Live Month]@row = "August", [Go Live Month]@row = "September"), "Q3-2020"),

IF(OR([Go Live Month]@row = "October", [Go Live Month]@row = "November", [Go Live Month]@row = "December"), "Q4-2020")

Thanks in advance for your help!

Best Answer

Answers

  • Lisa Lewis
    Lisa Lewis ✭✭✭
    Options

    Yes, it did!!! Thank you so much!! Those darn parentheses and commas stump me almost every time! Really appreciate it. 👏👏👏

  • Andrée Starå
    Andrée Starå ✭✭✭✭✭✭
    Options

    Excellent! 

    Happy to help! 

    SMARTSHEET EXPERT CONSULTANT & PARTNER

    Andrée Starå | Workflow Consultant / CEO @ WORK BOLD

    W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35

    Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!