i have an excelsheet with 1 column of data
column 1 holds numbers from 1 to 100
I have to check if all numbers from 1 to 100 are in the column
i.e.:
1
2
3
5
6
7
number 4 is missing. i have to add a row between 3 and 5 and fill in 4
it is also possible that more numbers are missing:
1
4
5
6
