mgirvin
Well-known Member
- Joined
- Dec 15, 2005
- Messages
- 1,245
- Office Version
- 365
- Platform
- Windows
Dear Smartest Excelers In The World,
I would like a formula that I could copy down column A that would give me a column of numbers like this: 1;1;1;2;2;2;3;3;3;4;4;4 etc.
I have used formulas like this:
=MOD(ROWS(A$1:A1)-1,3)+1
to give me a column of numbers like this: 1;2;3;1;2;3;1;2;3 etc.
But I can not seem to think of one for 1;1;1;2;2;2 etc.
Any ideas?
I would like a formula that I could copy down column A that would give me a column of numbers like this: 1;1;1;2;2;2;3;3;3;4;4;4 etc.
I have used formulas like this:
=MOD(ROWS(A$1:A1)-1,3)+1
to give me a column of numbers like this: 1;2;3;1;2;3;1;2;3 etc.
But I can not seem to think of one for 1;1;1;2;2;2 etc.
Any ideas?