Hello, I'm trying to get it to check these columns and if even one of them is not blank, then populate "1" into the column:
=IF(OR(NOT(ISBLANK([WHS: Enter Date Received]@row)), NOT(ISBLANK([WHS: Enter Lot]@row)), NOT(ISBLANK([IQA: Inspector Email]@row)), 1, 0))
I keep getting the #incorrect argument error....
Any tips?
Thanks in advance!