Show numbers nearly the same

hendrikbez

Board Regular
Joined
Dec 13, 2013
Messages
95
Office Version
  1. 2021
Platform
  1. Windows
Is this possible.

I have a number that can change very time eg 0.00001234
Then I have a lot of numbers 0.0000001, 0.0000002, 0.00000004, 0.00000008, 0.00000016 (goes up by double each time.

I need that if the number on top (0.00001234) is about 100 less (0.00001134) or 100 (0.00001334) more, it must show that number in a color

is this possible
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
I have installed office 2019 pro, when I type this in

=AND(B4>=$A$2-0.00001,B4<=$A$2+0.00001)

Then it gives me a error (see screenshot)

Then I have done this

'=AND(B4>=$A$2-0.00001,B4<=$A$2+0.00001)

but is not working
 

Attachments

  • Screenshot_5.png
    Screenshot_5.png
    43.5 KB · Views: 5
Upvote 0
Change the decimal separators to a comma & the comma to your normal formula separator.
 
Upvote 0
Sorry I do not understand the second part, I have change it to
'=AND(B4>=$A$2-0,00001,B4<=$A$2+0,00001)
but still not working
 
Upvote 0
What do you normally use inside a formula to separate the arguments?
Maybe a semi-colon?
 
Upvote 0
See post 4, you did give me info there, for help that I have ask for, it worked in 2016, but give error in 2019
 
Upvote 0
Try
=AND(B4>=$A$2-0,00001;B4<=$A$2+0,00001)
If that doesn't work, try Peter's formula in post#6
If that doesn't work, please answer my question in post#16
 
Upvote 0
Glad we could help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,958
Messages
6,122,475
Members
449,087
Latest member
RExcelSearch

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