Help Please

excelnerd95

New Member
Joined
Nov 13, 2020
Messages
2
Office Version
  1. 2016
Platform
  1. Windows
Hey guys,

I am trying to create a formula that can predict if a student will pass/fail the semester. It has multiple conditions. I have figured out all but one and it's making me crazy. Can anyone please have a look and help me?

So basically, I need to embed the formula used in cell E29 to cell C24. Cell E29 contains another condition that excel needs to look at before deciding on the student's result.

C24=IF(AND(C22>=2,C9<2,C8=0,E29),"May Graduate","May Not Graduate")


E29=IF(COUNTIF(M12:M18,"Fail")>0,"Fail","Pass")


I have mentioned where I need to add E29 in C24 formula.
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
possibly
IF(COUNTIF(M12:M18,"Fail")>0,"Fail", IF(AND(C22>=2,C9<2,C8=0),"May Graduate","May Not Graduate"))
 
Upvote 0

Forum statistics

Threads
1,215,575
Messages
6,125,631
Members
449,241
Latest member
NoniJ

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