How to notice a jump in numbers on an ordered Excel table
Solved
romi
-
Raymond PENTIER Posted messages 58213 Registration date Status Contributor Last intervention -
Raymond PENTIER Posted messages 58213 Registration date Status Contributor Last intervention -
Hello,
I have an Excel table whose numbers are already sorted. how can I notice a jump in a number?
Configuration: Windows / Chrome 50.0.2661.102
I have an Excel table whose numbers are already sorted. how can I notice a jump in a number?
Configuration: Windows / Chrome 50.0.2661.102
3 answers
-
"how to notice a digit jump?"
Can you explain what your question means?
For us, it's nonsense, because there is no "digit jump",
neither in computer science nor in mathematics.
--
Well done, retirement! Especially in the Caribbean... :- )
Raymond (INSA, AFPA, CF/R) -
Hello to you both
Try using a conditional formatting rule to color cells that precede a "gap"
If the range to check is A2:Axx you select it
then you give the formula for the CF
=($A2<>$A3-1) then format ...
Cdlmnt -
Hello to both of you
Assuming the numbers in column A and that there is only a single number jump
=FACT(MAX(A:A))/PRODUCT(A:A) will return 1 when nothing is jumped, the jumped number otherwise
(if there are several jumps the formula returns the product of the jumped numbers)
Best regards
Via
"I imagination is more important than knowledge." A. Einstein-
thank you VIA55,
I find a solution to my query when I apply the recommended formula with a column of numbers starting at 1. but the problem is that when I try it in a table that starts at 6450 and ends at 6600 and maybe 6501 is skipped, the formula does not work to recover the number 6501 that was skipped.
-