how to select no.'s in a column that differ by <1

  • Thread starter Thread starter Danni
  • Start date Start date
D

Danni

aHi, could anyone tell me how to select numbers from a list/column that
differ from other numbers on the list by e.g. <1? Can I do this by inserting
formula or would this involve programming? Any help would be extremely
appreciated.
 
Let's say we have values in column A. First sort the column if it is not
already sorted ( or copy the column and sort elsewhere). Then select A2 and
apply Conditional Formatting Formula is:

=A2-A1<1

and copy the formatting down the column. This works because we are bringing
close values close together
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top