Easy Conditional Formatting (I think) Office 2007

davejago

Board Regular
Joined
Apr 29, 2005
Messages
133
Simple enough in theory. I have a table, 3 columns. Numerator, denominator, and (numerator/denominator). If the (numerator/denominator) column is between 0-30 then I want to shade columns 1 & 2 red, if it's 30-60 green, if it's 60-100 blue.

Simple, right?!

I've never done this type of conditional formatting where you format a cell based on another cells contents. Is this possible?

I am using Office 2007.
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).

davejago

Board Regular
Joined
Apr 29, 2005
Messages
133
Helpful but it doesn't answer my question. I need columns/cells to be formatted based on the results of another cell. So columns A & B to be shaded based on the calculation in column C.
 
Upvote 0

RoryA

MrExcel MVP, Moderator
Joined
May 2, 2008
Messages
40,360
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
  2. MacOS
1. Select columns 1 and 2.
2. Select Conditional Formatting-Manage Rules.
3. Click New Rule.., select 'Use a formula to determine which cells to format'
4. Enter =$C1<30 and select your format.
5. Repeat steps 3 and 4 using the formulas =$C1<60 and =$C1<=100 and choosing the formats required.
6. Make sure the formulas are in the right order (so that the check for less than 30 is above the check for less than 60 and so on) and that they all have 'Stop if true' checked.
HTH
 
Upvote 0

Forum statistics

Threads
1,190,770
Messages
5,982,830
Members
439,799
Latest member
matts12

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
Top