Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 97
Default Conditional format order priority

I have conditional format on a row where the row turns green upon the value
of a cell in the row. I have another where a particular cell turns orange
based upon a value in the same cell.
For row: =$J10="CLSD" format green
For cell: =$K10="Y" format orange
My problem is that when J10="CLSD" row 10 is green but cell K10 is only
orange if K10="Y" and J10 < "CLSD". When J10="CLSD" then K10 is also green
regardless of the value of K10. I would like cell K10 to be orange even when
the row is green. The row cond format seems to be taking priority over the
cell cond format. Can anyone help?

Thanks,
Joe M.
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default Conditional format order priority

Once one CF is evaluated as true, then XL displays the CF and doesn't
look at any "higher" numbered conditions.

One way:

For all cells, except column K, use your row CF.

For column K:

CF1: =$K10="Y"
Format1: <orange

CF2: =$J10="CLSD"
Format2 <green

In article ,
Joe M. wrote:

I have conditional format on a row where the row turns green upon the value
of a cell in the row. I have another where a particular cell turns orange
based upon a value in the same cell.
For row: =$J10="CLSD" format green
For cell: =$K10="Y" format orange
My problem is that when J10="CLSD" row 10 is green but cell K10 is only
orange if K10="Y" and J10 < "CLSD". When J10="CLSD" then K10 is also green
regardless of the value of K10. I would like cell K10 to be orange even when
the row is green. The row cond format seems to be taking priority over the
cell cond format. Can anyone help?

Thanks,
Joe M.

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 order [email protected] New Users to Excel 6 June 24th 07 10:56 PM
Priority Charge Michell Major Excel Discussion (Misc queries) 3 October 18th 06 12:13 PM
Sorting according to priority help!! Aravind Excel Discussion (Misc queries) 3 July 28th 06 01:50 PM
Process Priority nastech Excel Discussion (Misc queries) 0 April 25th 06 08:29 PM
how do i set up tab field priority? Debbie Setting up and Configuration of Excel 2 July 1st 05 11:46 AM


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