Hi I'm wondering if anyone can help with an issue I just can't seem to solve.
I'm trying to use a nested IF OR statement to show a value in a cell from another sheet:
=IF(OR(F7,F9,F11=Lists!A1),Lists!C5,IF(OR(F4,F7,F8,F9,F10,F11=Lists!A1),Lists!C6,""))
The first part of the statement works...