I have a "Preferred" checkbox that I would like to write a formula to automatically check if the "Client" column contains one of multiple values such as "Spatco" or "Guardian."
I keep getting "Incorrect" or "Unparseable"
IF(OR([Client]@row = "Spatco"), ([Client]@row = "Guardian"), 1, 0)
Thank you in advance for the help!