How to show increase in trend numbers, possibly conditional formatting?

winds

Board Regular
Joined
Mar 9, 2022
Messages
69
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
  2. MacOS
Hello. I would like to have a function where Excel can show from column M, P, S and V shows that there is an increase in numbers. For example, in row 1 the numbers respectively are 25, 50, 60 and 80 so Excel will show (or highlight) this trend. However, another row will show example 50, 60, 40 and 30 so it will not highlight. So the trend must always be consistently increasing... any ideas?
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
does this work?

WorkBook1.xlsx
FGHIJK
2
3
425506080
550604060
62358
7
8
Sheet1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
F6:I6Expression=AND($F$4<$G$4,$G$4<$H$4,$H$4<$I$4)textNO
F6:I6Expression=AND(F6<G6,G6<H6,H6<I6)textNO
F4:I4Expression=AND($F$4<$G$4,$G$4<$H$4,$H$4<$I$4)textNO
F4:I4Expression=AND(F4<G4,G4<H4,H4<I4)textNO
 
Upvote 0
I tried to fix my errors in the above, this may be better:
WorkBook1.xlsx
EFGHIJ
2
3
425506080
550604060
62358
7
Sheet1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
F4:I6Expression=AND($F4<$G4,$G4<$H4,$H4<$I4)textNO
 
Upvote 0
Not quite I think. This works as the columns are next to each other, but for my case the columns are apart, specifically column M, P, S and V
 
Upvote 0
Not quite I think. This works as the columns are next to each other, but for my case the columns are apart, specifically column M, P, S and V
WorkBook1.xlsx
LMNOPQRSTUVW
3
425506080
550604060
62358
7
8
91234
105651
116789
12
Sheet1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
V4:V6,S4:S6,P4:P6,M4:M6,M9:M11,P9:P11,S9:S11,V9:V11Expression=AND($M4<$P4,$P4<$S4,$S4<$V4)textNO
 
Upvote 0
Solution
@winds, if one of the threads has a solution that works for you please mark it as being answered.
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,600
Members
449,038
Latest member
Arbind kumar

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