Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default Complex conditional formatting

I know about the basics of boolean conditional formatting, ie. x<y,
xy etc. However, I want to be able to say that for example:

If xy colour yellow, but if xy by more than 10% then colour red, so
that I can see which of my results requires priority. Is there a way
to do this using conditional formatting?

I am using all three conditions as well, I have a traffic light system
in effect, if xy colour green, if x=y colour amber, if x<y colour
green.

thanks.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Complex conditional formatting

CF1:

=AND(NOT(ISBLANK($A1)),NOT(ISBLANK($B1)),$A1=$B1). ...amber

CF2:

=$B1$A1*1.1 .... red

CF3:

=OR($B1$B1,$B1<$B1) ... green

You may want to add the ISBLANK tests to CF2 and CF3

HTH

" wrote:

I know about the basics of boolean conditional formatting, ie. x<y,
xy etc. However, I want to be able to say that for example:

If xy colour yellow, but if xy by more than 10% then colour red, so
that I can see which of my results requires priority. Is there a way
to do this using conditional formatting?

I am using all three conditions as well, I have a traffic light system
in effect, if xy colour green, if x=y colour amber, if x<y colour
green.

thanks.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default Complex conditional formatting

That just leaves white cells in the cells which are less than 10%
larger than the previous cell. What I want to achieve is, all the
cells that are greater than to be red, then the cells that are more
than 10% greater than to have something else happen, for example a
different colour font. I know this is not what I originally proposed,
but I realised that this is what I need.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Complex conditional formatting

With CF you only have 3 colours (4 if you include white). From my previous
reply, you should be able to work out the CFs.

e.g change CF3:

=IF($B1$A1) ...... (say) blue



" wrote:

That just leaves white cells in the cells which are less than 10%
larger than the previous cell. What I want to achieve is, all the
cells that are greater than to be red, then the cells that are more
than 10% greater than to have something else happen, for example a
different colour font. I know this is not what I originally proposed,
but I realised that this is what I need.


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
Complex or Conditional Countif(s) Booweezie Excel Worksheet Functions 3 April 7th 06 08:37 PM
Complex cond. formatting...Pls. Help! Roz Excel Discussion (Misc queries) 1 December 20th 05 07:52 PM
complex conditional format TUNGANA KURMA RAJU Excel Discussion (Misc queries) 6 November 3rd 05 04:53 AM
complex?? Q about Conditional formatting AngelaG Excel Worksheet Functions 0 August 18th 05 08:16 PM
Complex Conditional formulas Aileyan Excel Worksheet Functions 1 November 29th 04 06:32 PM


All times are GMT +1. The time now is 12:03 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"