Conditional Formatting

Fredilev

New Member
Joined
May 27, 2011
Messages
8
I previously asked how to do IF statements for multiple cells. The second part of my question is how to apply conditional formatting to that cell. So....
If I'm using the following formula: =IF(AND(E13>=6.5,E14>=6.5,E15>=6.5,E16>=6.5),"Meets Criteria","Does Not Meet Critera") How can I have the cell be pink if "Does Not Meet Criteria" appears and green if "Meets Criteria" appears?

Thanks.

I can help with cooking questions, it's just excel that confuses me.
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
I previously asked how to do IF statements for multiple cells. The second part of my question is how to apply conditional formatting to that cell. So....
If I'm using the following formula: =IF(AND(E13>=6.5,E14>=6.5,E15>=6.5,E16>=6.5),"Meets Criteria","Does Not Meet Critera") How can I have the cell be pink if "Does Not Meet Criteria" appears and green if "Meets Criteria" appears?

Thanks.

I can help with cooking questions, it's just excel that confuses me.
What version of Excel are you using?

What cell is that formula in?
 
Upvote 0
Maybe select/try thi navigation and formula
Home tab > conditional fomatting > new rule > Use a formula to determine which cell to Format > enter a formula =AND(E13>=6.5,E14>=6.5,E15>=6.5,E16>=6.5)
then click on format > fill tab > select the color hit OK
 
Upvote 0
I think I know what the issue is -- Once the IF is taken out then the formula needs to be modified.

If any of the cells is <6.5 it has to be pink, only if all are >=6.5 should the cell be green.
 
Upvote 0

Forum statistics

Threads
1,224,585
Messages
6,179,702
Members
452,938
Latest member
babeneker

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