Hello. I am trying to write an if statement including an "And" but then continue to run but I cannot seem to get it to work. I believe I need the "And" but there may be a better way. The and statement will look at 2 cells, to return blank if true like the following statement:
But if the result is false, I need to continue the statement to return a result based on the value in these same cells similar to:
Combining the statements errors and I am not finding any examples of how to make this work. Can anyone tell me how to make this work?
Excel Formula:
=IF(AND(OR(G4=B10,H4= B13),""
Excel Formula:
IF(G4=B10,J10,IF(G4=B9,J9)