Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
3 COLOR SCALE CONDITIONAL FORMATING WITH FORMULAS | Excel Discussion (Misc queries) | |||
autoshape color conditional formating | Excel Discussion (Misc queries) | |||
Change color without conditional formating | Excel Discussion (Misc queries) | |||
Conditional Formating Background Color | Excel Discussion (Misc queries) | |||
Conditional Formating - Different row color also when using filter | Excel Discussion (Misc queries) |