Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CT CT is offline
external usenet poster
 
Posts: 9
Default Conditional format - another cell

How exactly is this done?

I am trying to format a cell (A20) if cell (B20) is within ranges
<0 = red
0-5 = orange
5 = green


I am trying to do this across 75 values and I don't want to go in & program
each cell independently. That would take forever.

I have seen some information on "Formula Is" but that appears to be an Excel
2003 feature and I've been unable to find the right way to do this in Excel
2007.

Help!!!!!?!?!?!!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Conditional format - another cell

I am trying to do this across 75 values

I don't know what that means.

Here's how you can do this:

I am trying to format a cell (A20) if cell (B20) is within ranges
<0 = red
0-5 = orange
5 = green


Select cell A20

Goto Home tabStylesConditional FormattingManage Rules

Click New RuleUse a formula to determine...
Format values where this formula is true:
=B20<0
Click the Format button
Select the desired style(s)
OKOK
Click New Rule again and repeat the above proccess for the second and third
conditions. Use these formulas:
Condition2: =AND(ISNUMBER(B20),B20=0,B20<=5)
Condition3: =AND(ISNUMBER(B20),B205)

Then, after you've set the third condition format: OKOKApplyOK


--
Biff
Microsoft Excel MVP


"CT" wrote in message
...
How exactly is this done?
I am trying to format a cell (A20) if cell (B20) is within ranges

<0 = red
0-5 = orange
5 = green



I am trying to do this across 75 values and I don't want to go in &
program
each cell independently. That would take forever.

I have seen some information on "Formula Is" but that appears to be an
Excel
2003 feature and I've been unable to find the right way to do this in
Excel
2007.

Help!!!!!?!?!?!!



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
conditional format cell Teri Excel Discussion (Misc queries) 3 March 4th 08 12:56 AM
Conditional format cell for $0 jerminski73 Excel Worksheet Functions 4 April 19th 07 05:30 PM
Conditional Format Row when Value Changes in One Cell Don Excel Worksheet Functions 0 February 7th 07 08:46 PM
conditional cell format based on cell in same row, previous column tamiluchi Excel Worksheet Functions 7 May 3rd 06 04:11 PM
Format of one cell conditional on another RFJ Excel Worksheet Functions 2 September 5th 05 09:42 PM


All times are GMT +1. The time now is 12:30 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"