Dreamofsheets
New Member
- Joined
- Apr 24, 2019
- Messages
- 3
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
=IF(OR(F7,F9,F11=Lists!A1),Lists!C5
If the conditions in cells F7,F9 and F11 are met the value in the cell shows Lists!C5
But the second part of the statement does not seem to work
IF(OR(F4,F7,F8,F9,F10,F11=Lists!A1),Lists!C6
Even if all the conditions are met for F4,F7,F8,F9,F10 and F11 the value in the cell does not show Lists!C6
Would someone please be able to suggest changes to my formula to make it work?
Apologies if I have used any incorrect terminology - this is my first attempt at working with the IF OR functions
Thanks
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
=IF(OR(F7,F9,F11=Lists!A1),Lists!C5
If the conditions in cells F7,F9 and F11 are met the value in the cell shows Lists!C5
But the second part of the statement does not seem to work
IF(OR(F4,F7,F8,F9,F10,F11=Lists!A1),Lists!C6
Even if all the conditions are met for F4,F7,F8,F9,F10 and F11 the value in the cell does not show Lists!C6
Would someone please be able to suggest changes to my formula to make it work?
Apologies if I have used any incorrect terminology - this is my first attempt at working with the IF OR functions
Thanks