Hi All,
I'm trying to resolve a nested IF in excel, or IFS. Which ever is easiest. I'm trying to get the following idea to work:
IFS(Sheet1B8=Sheet2A3,C23,Sheet1B8=Sheet2A4,C23,Sheet1B8=Sheet2A5,C23,Sheet1B8=Sheet2A6,C22,Sheet1B8=Sheet2A7,C22,Sheet1B8=Sheet2A8,C22,Sheet1B8=Sheet2A9,C22,Sheet1B8=Sheet2A9,C22,Sheet1B8=Sheet2A10,C22)
However this fails every time.
In Sheet1B8 i have a drop down list
In Sheet2A3 etc is a list of text (names)
In C23 is some text
The following works =IF('Order Sheet'!B8='Information Sheet'!A3,C23) but when i add IFS or IF(or) it fails
The following is an exampl of it failing
=IFS('Order Sheet'!B8='Information Sheet'!A3,C23,'Order Sheet'!B8='Information Sheet'!A4,C23,"No Value")
I'm trying to resolve a nested IF in excel, or IFS. Which ever is easiest. I'm trying to get the following idea to work:
IFS(Sheet1B8=Sheet2A3,C23,Sheet1B8=Sheet2A4,C23,Sheet1B8=Sheet2A5,C23,Sheet1B8=Sheet2A6,C22,Sheet1B8=Sheet2A7,C22,Sheet1B8=Sheet2A8,C22,Sheet1B8=Sheet2A9,C22,Sheet1B8=Sheet2A9,C22,Sheet1B8=Sheet2A10,C22)
However this fails every time.
In Sheet1B8 i have a drop down list
In Sheet2A3 etc is a list of text (names)
In C23 is some text
The following works =IF('Order Sheet'!B8='Information Sheet'!A3,C23) but when i add IFS or IF(or) it fails
The following is an exampl of it failing
=IFS('Order Sheet'!B8='Information Sheet'!A3,C23,'Order Sheet'!B8='Information Sheet'!A4,C23,"No Value")