Compare value against the range and highlight if the largest/smallest value

Culaff

New Member
Joined
Feb 17, 2016
Messages
27
Hello all,

Requesting help from you guys. So basically I am doing a tool comparison and my final dashboard looks like below
Evalution categoryTool 1Tool 2Tool 3
ABC843
DEF136
XYZ525

<tbody>
</tbody>

So what I am thinking is a way to highlight in which categories is Tool 1 better/worse than the other tools.

Is there any macro/formula which takes the first value of Tool 1(8), and compares with the other tool values(4 & 3), if it is the largest value - highlights it green, if lowest value highlights it Red, if neither than remains as it is. This logic loops through all the values in Tool 1 column.

Appreciate any help/tips. Thanks for your time.
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
I presumed you would want to do the same for the other tools so for that small sample I
- Selected B2:D4
- Home ribbon tab -> Conditional Formatting -> New rule... -> Use a formula to determine which cells to format -> Format values where this formula is true: =B2=MAX($B2:$D2) -> Format... -> Fill tab & choose Green -> OK -> OK
- Follow the same process but use formula =B2=MIN($B2:$D2) for red formatting.

If that is not what you want, please provide more details.

Excel Workbook
ABCD
1Evalution categoryTool 1Tool 2Tool 3
2ABC843
3DEF136
4XYZ525
CF Culaff
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B21. / Formula is =B2=MIN($B2:$D2)Abc
B22. / Formula is =B2=MAX($B2:$D2)Abc
 
Upvote 0

Forum statistics

Threads
1,215,223
Messages
6,123,715
Members
449,118
Latest member
MichealRed

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top