The Community will be undergoing maintenance on Friday January 10 at 2:00pm - Saturday January 11 at 2:00pm EST, and will be "read-only." For assistance during this time, please visit our Help Center.
Hi - I am trying to build an IF(OR statement that returns a value if any of the fields are blank. The way it's currently written returns COMPLETE even though some fields are blank.
Hi, Usually, BLANK is not used in Airtable, instead you can check with IF({Fieldname}, 'not empty' , 'empty' ) in your case (btw you closed OR bracket in a wrong place), I would do: IF( AND( {Premiere Project File - RBs},{Delivery instructions},{Final Viewing Link},TRT ), "COMPLETE","INCOMPLETE")