Checking a box using an OR statement

Hello,

I'm trying to check a box if either of these are true:

Data Upload Status = Operational

Data Upload Status = 1st Upload Done

I'm using this formula but getting an "Incorrect Argument Set" error:

=IF(OR([Data Upload Status]@row = "Operational", [Data Upload Status]@row = "1st HydraCor Upload Done", 1))


Thanks for your help!!

Tags:

Best Answer

  • Kelly Drake
    Kelly Drake Overachievers Alumni
    Answer ✓

    The parenthesis to close the OR statement is in the wrong place.

    =IF(OR([Data Upload Status]@row = "Operational", [Data Upload Status]@row = "1st HydraCor Upload Done"), 1)

    Kelly Drake (she/her/hers)

    STARBUCKS COFFEE COMPANY| business optimization product manager

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!