Add one more query

taniab

New Member
Joined
Jun 8, 2015
Messages
42
i have a formula that was provided in this forum.
=IF(AND(SUMPRODUCT(--ISNUMBER(SEARCH({"D","E"},J13)))>0=FALSE,SUMPRODUCT(--ISNUMBER(SEARCH({"Som","Sel","n/a"},K13&L13&M13&N13&O13&P13*Q13&R13)))>0=FALSE),"Advanced","")

I need to add one more thing into it.

I need it to check attendance %

If Attendance (E13) is less than 92%, exclude them (ie. say nothing), if it is more than 92% and meets all other criteria above, then they are considered Advanced.

Thanks
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Getting harder and harder to be Advanced these days.

=IF(AND(SUMPRODUCT(--E13)>0.92,SUMPRODUCT(--ISNUMBER(SEARCH({"D","E"},J13)))>0=FALSE,SUMPRODUCT(--ISNUMBER(SEARCH({"Som","Sel","n/a"},K13&L13&M13&N13&O13&P13*Q13&R13)))>0=FALSE),"Advanced","")

*note the >0.92 there. If 92% OR higher then make that >=0.92
 
Upvote 0

Forum statistics

Threads
1,215,029
Messages
6,122,755
Members
449,094
Latest member
dsharae57

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