highlight lowest value using conditional formatting while excluding zeroes

tred96

New Member
Joined
Sep 26, 2023
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hello everyone, I am facing a problem.
I want to highlight the lowest value among a given row of 3 cells and hence do this for the entire data set.
I have used the MIN formula =MIN(IF(L4:N4<>0;L4:N4)) to highlight the cells while excluding zeroes, but when i use this formula in conditional formatting it is highlighting every cell.
how do i highlight only the lowest among the three?

Thank you
 

Attachments

  • Capture.PNG
    Capture.PNG
    63.1 KB · Views: 62

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Change it to:

=L4=MIN(IF($L4:$N4<>0;$L4:$N4))
 
Upvote 0
Solution
Glad to help. Welcome to the forum, by the way. :)
 
Upvote 0

Forum statistics

Threads
1,215,097
Messages
6,123,076
Members
449,094
Latest member
mystic19

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