Find missing numbers in a list
I have a list of numbers with many missing .
ie 1,2,5,6,9,10, up to 999
Need to have a list of the missing numbers
ie 3, 4, 7, 8 etc
All help welcome.
In what format do you have these numbers? A String? Filled in cells? What
type of solution are you looking for... a VBA macro?
Rick
|