Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Conditionally format on result ranges

Hi,
I'm trying to format variance reporting so that a -5 to 5% range is green,
-5 to 10% AND 5 to 10% are amber, -11% and lesser AND 11% and greater are red.

If anyone can help, I'd REALLY appreciate it!

Cheers :-)
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 138
Default Conditionally format on result ranges

Your conditions are ambiguous: the second condition probably should read:
Less than -5 to -10% OR Greater than 5 to 10%. The third probably Less
than -10 OR greater than 10%.

Please clarify.

Joerg

"Killashandrah" wrote in message
...
Hi,
I'm trying to format variance reporting so that a -5 to 5% range is green,
-5 to 10% AND 5 to 10% are amber, -11% and lesser AND 11% and greater are
red.

If anyone can help, I'd REALLY appreciate it!

Cheers :-)



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Conditionally format on result ranges

Agree with Joerg that your posted criteria is quite ambiguous

Assuming that your CF criteria is:
= -5% and <= 5% range is green,
5% and <= 10% range is amber,

< -5% or 10% range is red
(note that the above criteria is continuous numerically with no gaps)

then to apply the CF ...

Select the range, eg select A1:A10 (with A1 active),
apply the CF using "Formula is" as follows:

Cond1:=AND(A1=-5%,A1<=5%,A1<"")
Format: Green fill

Cond2: =AND(A15%,A1<=10%)
Format: Amber fill

Cond3: =OR(A1<-5%,A110%)
Format: Red fill
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Killashandrah" wrote:
Hi,
I'm trying to format variance reporting so that a -5 to 5% range is green,
-5 to 10% AND 5 to 10% are amber, -11% and lesser AND 11% and greater are red.

If anyone can help, I'd REALLY appreciate it!

Cheers :-)

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
How do I conditionally format a chart? Midavalo Charts and Charting in Excel 1 February 21st 06 10:10 AM
How can I conditionally format in excel for >3 conditions Danny Excel Discussion (Misc queries) 4 July 12th 05 03:31 AM
Can I conditionally format tab names in excel? fullers Excel Worksheet Functions 1 June 29th 05 11:37 AM
conditionally format cells elad Excel Worksheet Functions 2 May 13th 05 03:57 PM
How do I conditionally format a chart? Michelle Excel Discussion (Misc queries) 1 April 12th 05 09:59 PM


All times are GMT +1. The time now is 01:11 AM.

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

About Us

"It's about Microsoft Excel"