Find a value in a range that is larger than any other by 10 or more

Dwise85

New Member
Joined
Nov 16, 2018
Messages
17
Hi, can someone help me with a formula that will find a value if the gap between numbers is greater than others in a range by “10” or more.
Eg

Column A
106
93
82
68
124. - highlight green
94
77
79
94
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Conditional Formatting.

Use a formula to Format.
Eg. A2>=10, This applies to the range of numbers you highlighted.
 
Upvote 0
Hi,

Maybe I'm misunderstanding OP, but wouldn't the formula in Post # 2 just highlight All numbers 10 and higher ?

Assuming your data starting at A1, select A2 all the way down.
CF, use formula, enter:

=A2-10>=A1

Choose Format, Format Fill, Green.


Book1
AB
1106
293FALSE
382FALSE
468FALSE
5124TRUE
694FALSE
777FALSE
879FALSE
994TRUE
Sheet609
Cell Formulas
RangeFormula
B2=A2-10>=A1
 
Upvote 0

Forum statistics

Threads
1,215,650
Messages
6,126,019
Members
449,280
Latest member
Miahr

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