Conditional formatting with formula or some other method

Zenzalana

New Member
Joined
Feb 26, 2014
Messages
3
Hi!

I'm looking for a way to compare the values in each column to identify the lowest number per row. I was using conditional formatting with a formula when I originally only had two columns =($A2<$B2) in column A and =($B2<$A2) in column B. Now that I have more values to compare, it isn't working. I'm not too knowledgeable with excel so I'm stuck!

In the sample table below, the row one value I'd like to highlight automatically is '40', row two: '14', row three: '15', etc. The actual data set I'm working with has nearly 20,000 lines.


<tbody>
</tbody>
ABCDEF
405060708090
344114293546
30384615
3628
503814314049
31411547121
9265163317

<tbody>
</tbody>


Any help would be much appreciated :)
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
Thanks for the welcome and the response!

I applied that and it is not returning the expected results...Here's what it is returning. Am I doing something wrong?

A
BCDEF
405060
708090
34411429
3546
303846
153628
5038143140
49
314115
47121
9
265163317

<colgroup><col span="6"></colgroup><tbody>
</tbody>
 
Upvote 0
It's all about the 'How' you enter the formula..

You might be best off starting from scratch.
Remove the existing conditional format
Select the entire range you want to apply the format to (from top/left to bottom/right)
Make note of the Top Left cell of the range you selected (probably A2)
Then write the conditional format relative to that cell (as it should appear in that top/left cell)

=A2=MIN($A2:$F2)
 
Upvote 0

Forum statistics

Threads
1,215,425
Messages
6,124,826
Members
449,190
Latest member
rscraig11

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