Help with multiple IFs and/or ISBLANK
I need help finding the error in my formula:
IF(AND(B2≠""),IF(AND(OR(ISBLANK(E2),ISBLANK(F2),ISBLANK(I2)),"Check Data”,"N/A")))
I'm trying to:
test B2 to see if it's null
if B2 is null do nothing
if B2 is not null, then
check to see if either E2, F2 or I2 are blank
if all (or either are blank) return “Check Data”
if false return “N/A”
I'm getting an error: IF requires between 2 and 3 arguments, but only given 1
I don't have a lot of experience using multiple criteria in an IF statement. I reviewed various post from the community to develop the formula, but obviously I overlooked something. But, it appears to me I have two arguments (check B2 then check E2, F2 and I2. I guess I'm having a hard time breaking-down (or identifying) the different argument (parts) of the formula.
In addition the solution (correction) to my formula, I really want to understand what I did wrong and the best technique to look at the parts of a formula to find errors in the future. I clicked on various parts of my formula to verify I had things like opening and closing parentheses placed correctly, but I could not isolate my error.
Thanks
Mac mini 2018 or later