I am having trouble creating an IF OR formula in a check box. I would like the box to be checked if the value in one column (drop down box column) = Complete or Not Needed. So far I have:
=IF(OR([Status]4 = "Complete", [Status]4 = "Not Needed", "1,0"))
I am getting an "incorrect argument set" error