I'm trying to use a IF AND OR formula and for some reason I can't get it to work correctly. The formula isn't returning any error message but I know it's not working correctly based on the criteria I have filled in. Any idea why this isn't working for me?
Attached is a screenshot of the excel sheet and data and listed below is the current formula I am using.
=IF(AND(B:B="Active",OR(C:C="",D:D="")),"TRUE","FALSE")
Right now the formula is returning back each row as "FALSE" but based on the sample data I have I know that Rows 4, 5, 7, and 10 should have "TRUE" displayed because the status of column B is "Active" and at least one of Columns C and D (or both) are blank for all those rows.
Any help would be appreciated!
