IF Function for three conditions? How? PLEASE.

jpbonono

Board Regular
Joined
Aug 18, 2013
Messages
154
Badly needed your help here masters!

You will notice the "remarks" field (cell E, H, K, N, Q, T, W, Z) with a total count of 8. I have three conditions for the "final remark" (cell AC) and these are:

1. if FAILED remark counted less than equal to "7" (seven) but not "0" (zero), FINAL REMARK should be "IRREGULAR".
2. if FAILED remark counted "0" (zero), FINAL REMARK should be "RETAINED".
3. if PROMOTED remark counted "8" (eight) or no FAILED remark is acquired, FINAL REMARK should be "REGULAR"

Here's the screen shot.

1655645_848176191864023_349238461_o.jpg



Your ASAP help will be very much appreciated.

Thanks guys!
 
Thanks guys. This is what im looking for.

=IF(COUNTIF(E6:Z6,"FAILED")=8,"RETAINED",IF(COUNTIF(E6:Z6,"FAILED")=0,"REGULAR","IRREGULAR"))
 
Last edited:
Upvote 0

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off

Forum statistics

Threads
1,222,908
Messages
6,168,967
Members
452,228
Latest member
just4jeffrey

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