LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,514
Default Color Conditional Formating

Correction:

Take a look at the MIN() function. Name the range where vendor prices go as
'relative' to the product row. For example, if your products are listed in
ColA and you use ColC to ColE for vendors, then...

A1 = "Product"
C1 = "VendorA"
D1 = "VendorB"
E1 = "VendorC"

Select C1:E1;

Open the Define Name dialog:

In the Name box type 'Sheet1'!VendorPrice
..where the sheetname is wrapped in single quotes followed by the
Exclamation character.
(Use your actual sheetname if it's not "Sheet1")

In the RefersTo box type =$C1:$E1

Click the 'Add' button and close the dialog.

Select the cells in cols C:E where you want the highlighting.
Open the ConditionalFormatting dialog;

Choose 'Cell value is' plus 'equal to' and type =min(vendorprice) in
the value box;

Click the 'Format...' button and choose a fill pattern.

Adjust or edit the range refs to match your actuals.


--
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
3 COLOR SCALE CONDITIONAL FORMATING WITH FORMULAS R. Arizpe[_2_] Excel Discussion (Misc queries) 3 July 17th 08 06:40 PM
autoshape color conditional formating Dennis Collins Excel Discussion (Misc queries) 11 May 16th 08 01:35 PM
Change color without conditional formating spacesyco Excel Discussion (Misc queries) 5 March 20th 07 10:42 PM
Conditional Formating Background Color tankerman Excel Discussion (Misc queries) 2 January 31st 07 02:02 PM
Conditional Formating - Different row color also when using filter Steen Excel Discussion (Misc queries) 5 January 3rd 07 10:56 PM


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