LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 226
Default Referencing conditional format is another workbook using Chip Pear

Kay presented the following explanation :
Gary,

Great question, but the odd thing is that each product has a different range
of acceptable targets.


It sounds to me like you should go with a VB solution. CF is only
useful when the sheet is designed for expected data in expected cells.

Thus, the conditional format references cell
addresses rather than values. =AND(TRIM($J6)<"",$J6<$M6).


I see BOTH addresses AND values here, and which is what I expect to see
since CF acts on cell addresses according to values as the criteria.<g

While the majority
of records could have a green status if one record has a red status, the
scorecard must show red. I was thinking maybe you could reference the color
index number. Something like...colorindex.


I don't think that's possible with CF, and so further suggests a VB
solution is in order.

In fact according to Chip Pearson's site, you can with his VB Module.
I have imported that and successfully tested on cells that I apply direct
fill color to. However, I can't get this to work with the fill color
applied as a result of conditional formatting.
Once againg, suggestions are appreciated.


Well, it sounds like you should stick with Chip's solution since it
fits your scenario. Does this change the fill in cells OR does it set
CF on the target cell[s]? (I'm not familiar with Chip's VB solution!)

As I said, CF is only useful on sheets where the expected data is put
into the expected cells. I'm not sure why you can't get this to work as
a result of CF since I can't see your file here. As long as the
criteria is what drives the CF in the form of a formula it should work.
Your sample CF condition looks like it should work fine.

regards,

--
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc


 
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
In Excel, conditional format (font red) referencing another cell? Christine Hemphill Excel Worksheet Functions 39 November 12th 09 03:40 PM
VBA adding Conditional Format to Range referencing another column value Terry Excel Programming 3 October 12th 09 11:31 PM
Conditional Formatting: Referencing from a different cell Becky Excel Worksheet Functions 8 February 6th 09 01:01 AM
How do I conditional format by referencing failure/success? Thomas from Ezipin Canada Excel Worksheet Functions 2 September 19th 06 11:41 PM
Help with conditional formatting and referencing workbooks... Mike-hime Excel Programming 1 January 9th 04 09:51 PM


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