1-179 red and 180-269 no color 270-300 green

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type

al_b_cnu

Well-known Member
Joined
Jul 18, 2003
Messages
4,526
Hi,

Try conditional formatting.
For Condition 1, set 'Cell Value' ' Between' 1 and 179, click the [Format] button & select red from the 'patterns' tab.
Click [Add] button for condition 2, etc.
 
Upvote 0

arthurbr

Well-known Member
Joined
Dec 8, 2006
Messages
2,557
Office Version
  1. 365
  2. 2010
Welcome to the board
Format - conditional formatting - Select "Formula is"
Code:
=row()<180   color1
=and(row()>=180,row()<270) color 2
=row()>=270  color3
 
Upvote 0

wudhus_kid

New Member
Joined
Aug 8, 2007
Messages
31
I don't really understand your question, but it sounds like conditional formatting - Format menu\conditional formatting

Enter the parameters, i.e., value between 1 & 179, then set the format if this is true.
 
Upvote 0

Forum statistics

Threads
1,191,117
Messages
5,984,739
Members
439,906
Latest member
Sekiro1899

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