How can I easily identify in a list of numbers
which numbers are missing.
Input: table with list of numbers (number(1) - Number (n))
Output: numbers which are not in the list
Cirteria: a number is missing,
when (Number( i+1) - Number(i)) > 1
Example: List : {20, 21, 23, 24, 28...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.