Hi All,
I'm trying to get a set of data into a certain format, automatically:
In Column A I have the following type of data -
3
4
5
6
9
11
14
15
16
17
33
37
1) I want to return the consecutive number series with less than 3 numbers like: 1,2
2) I also want to return the consecutive...