Hi Everyone, New to this but here goes.
I'm trying to find the quickest way to create a single column of numbers which start at 1 and end at 20,000.
I need to increment by 1 every 4th record as follows:-
1
5
9
13
2
6
10
14
3
7
11
15
through to 20,000
I have tried copy and pasting simple...