![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Apr 2002
Posts: 64
|
I'd like to (1) compare prices in several columns of data, (2) determine the lowest value, (3) highlight that cell, and (4) put that value in another cell.
|
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
Item1 in A2; Price1 in B2; Price2 in C2; Price3 in D2. You could use in E2: =MIN(B2:C2) If you want to hilite the lowest value, you can then use the formula in conditional formatting =B2=E$2 |
|
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Apr 2002
Posts: 64
|
I need to highlight the lowest value in L2:N2. Do I use the formula =L2=J$2 in conditional formatting in L2 and copy it to M2 and N2? I tried this and it doesn't work.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|