I have six columns and 15,625 rows. My data is working with combinations of +2 to -2.
In column A, I want to sequence my input data as +2,+1,0,-1,-2 and then repeat until row 15,625
In column B, I want to sequence it as five +2s, then five +1s, then five 0s, then five -1s, then five -2s.
In...