I'm trying to set up an excel formula containing multiple IF(AND statements. I tried this:
=IF(AND(C9="0",C8="65"),Tables!B6,
IF(AND(C9="0",C8="70 to 75 depending on which bank"),Tables!C6,
IF(AND(C9="1",C8="65"),Tables!D6,
IF(AND(C9="1",C8="70 to 75 depending on which bank"), Tables!E6,
IF(AND(C9="2 or More",C8="65"), Tables!F6,
IF(AND(C9="2 or More",C8="70 to 75 depending on which bank"), Tables!G6, "NULL"))))))
and all I got was "NULL". Not sure how to fix this.
Here is a visualization of what I'm trying to do, with 6 possible outputs depending on the conditions met:
