ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Multiple (Nested) IF (https://www.excelbanter.com/excel-discussion-misc-queries/127264-multiple-nested-if.html)

JaB

Multiple (Nested) IF
 
Morning

I am trying to create a formula that look at a cell, checks that it is 80%
or over AND looks at three other cells to make sure they are NOT greater than
zero. The true statement should then be 'Meets Standard' and the false
statement 'Fails to Meet Standard'. Im struggling to make this work though.

This is what I have at the moment, the first IF statement works but the
second doesnt appear to.

=IF(M9=80%,IF('Assessment 1'!M72*'Assessment 2'!M72*'Assessment
3'!M720,"MEETS STANDARD","FAILED TO MEET STANDARD"))

Any ideas?

Thanks



Pete_UK

Multiple (Nested) IF
 
I think you want something like:

=IF(AND(M9=0.80,'Assessment 1'!M72<=0,'Assessment
2'!M72<=0,'Assessment 3'!M72<=0),"MEETS STANDARD","FAILED TO MEET
STANDARD")

Hope this helps.

Pete

JaB wrote:

Morning

I am trying to create a formula that look at a cell, checks that it is 80%
or over AND looks at three other cells to make sure they are NOT greater than
zero. The true statement should then be 'Meets Standard' and the false
statement 'Fails to Meet Standard'. Im struggling to make this work though.

This is what I have at the moment, the first IF statement works but the
second doesnt appear to.

=IF(M9=80%,IF('Assessment 1'!M72*'Assessment 2'!M72*'Assessment
3'!M720,"MEETS STANDARD","FAILED TO MEET STANDARD"))

Any ideas?

Thanks




All times are GMT +1. The time now is 04:36 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com