Formula not working

Joey135
Joey135 โœญโœญโœญโœญโœญ

I would like my cell to look at a cell@row to see if it = 1, or if another cell = minus 150. If either one of those is true, "1", if not " "

=IF([Minus 180]@row = "1", OR([Incremental Start]@row = "Minus 150", "1", " "))

Tags:

Best Answer

  • Lisa LS Kennedy
    Lisa LS Kennedy โœญโœญโœญ
    Answer โœ“

    =IF(OR([Minus 180]@row = "1", [Incremental Start]@row = "Minus 150"), 1, " ")

    With Smartsheet, your combine the IF(OR(AND before you make their arguments and then you separate those statements with commas

    Lisa Kennedy

    Senior Consultant | Smartsheet Development

    Prime Consulting Group

    Email: info@primeconsulting.com

    Lisa Kennedy
    Senior Consultant | Smartsheet Development
    Prime Consulting Group
    Email: info@primeconsulting.com

Answers

  • Lisa LS Kennedy
    Lisa LS Kennedy โœญโœญโœญ
    Answer โœ“

    =IF(OR([Minus 180]@row = "1", [Incremental Start]@row = "Minus 150"), 1, " ")

    With Smartsheet, your combine the IF(OR(AND before you make their arguments and then you separate those statements with commas

    Lisa Kennedy

    Senior Consultant | Smartsheet Development

    Prime Consulting Group

    Email: info@primeconsulting.com

    Lisa Kennedy
    Senior Consultant | Smartsheet Development
    Prime Consulting Group
    Email: info@primeconsulting.com

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!