Various criteria result

28creation

Board Regular
Joined
Oct 13, 2014
Messages
124
Hi all,

I have 12 column cells O8-Q31 (merged cells), each with a dropdown of N/A, 1, 2, 3, 4, 5 in. O32-Q33 is one cell & gives me a result.

This result shows that all 3s result in 100%, ignoring any N/As.

=IFERROR(SUM(O8:Q31)/SUMPRODUCT(ISNUMBER(O8:Q31)*3),"")


I need to add extra criteria to this...

- if there is a 1 in any of the 12 cells, the result should be FAIL.

- if there are four or more 2s, the result should be FAIL.

- also one of the cells (O24-Q25) has to be a 3 or above. If it's a 2, it's a FAIL.


A little too advanced for me, hope you guys can help!

Thanks.
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes

Forum statistics

Threads
1,223,956
Messages
6,175,613
Members
452,661
Latest member
Nonhle

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top