Conditional Format Question

medic49

Board Regular
Joined
Jul 1, 2011
Messages
71
How do I make my cell shade a certain color? For example, green if >90%, yellow if >70% and red if <70%.
 
How about =70%?

LOL ... Just kidding. I know what you mean.

What version of Excel are you using? Highlight the data you want to affect and go to Format>Conditional formatting. Fairly easy to navigate. Excel 2010 even has pre-designed ones that come built-in.
 
Upvote 0
Is it possible to show me? Step by step?

Sorry, new to excel.
Your intervals are not well defined so I'll asume they are:

>=90% = green
>=70% = yellow
<70% = red

Let's assume the cells to format are A1:A10.

Select the *entire* range A1:A10 starting from cell A1.
Cell A1 will be the active cell. The active cell is the
one cell in the selected range that is not shaded. The
formula will be relative to the active cell.

Goto the Home tab>Styles>Conditional Formatting>Manage rules>New rule>Use a formula to determine which cells to format

Enter this formula in the box below:

=A1>=0.9

Click the Format button
Select the Fill tab
Select a shade of GREEN
OK
OK
New Rule>Use a formula to determine which cells to format

Enter this formula in the box below:


=A1>=0.7

Click the Format button
Select the Fill tab
Select a shade of YELLOW
OK
OK
New Rule>Use a formula to determine which cells to format

Enter this formula in the box below:

=AND(A1<>"",A1<0.7)

Click the Format button
Select the Fill tab
Select a shade of RED
OK out
 
Upvote 0

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