Ongoing Conditional Formatting

zacgc5

New Member
Joined
Nov 20, 2020
Messages
2
Office Version
  1. 2019
Platform
  1. Windows
Hello,

I have a situation where in a row, values starting from 1 and on get populated throughout the row (usually in order). What I would like to do is have some form of conditional formatting that will highlight a cell if the number is lower than any other cell to that cells left. I would want this to repeat as well as it goes down the row. Is this possible at all?

Example:
1232
That 2 on the end would be highlighted since it's less than the 3.

Any help would be much appreciated.
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
How about
+Fluff 1.xlsm
ABCDEFGHIJ
1
21234345436
31234545786
Result
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B2:J3Expression=COUNTIF($A2:A2,">"&B2)textNO
 
Upvote 0
Edit, posted as i did , so you can ignore as solution provided

does this work for you

Select the range from B1 to ??
then use a formula
Book1
ABCDEFGHIJKL
1123456763489
2
3FALSEFALSEFALSEFALSEFALSEFALSETRUETRUETRUEFALSEFALSE
Sheet1
Cell Formulas
RangeFormula
B3:L3B3=AND(B1<>"",MAX($A1:B1)>B1)
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B1:V15Expression=AND(B1<>"",MAX($A1:B1)>B1)textNO
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,757
Members
448,991
Latest member
Hanakoro

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