Is it possible to turn this
1
2
3
4
5
6
7
8
9
10...
into
1
2
3
4
1
2
3
4
1
2...
Is it possible to turn this
1
2
3
4
5
6
7
8
9
10...
into
1
2
3
4
1
2
3
4
1
2...
Hi BeaglesBuddy,
Add an Index column like normal and then add a custom column with a formula of:![]()
Please Login or Register to view this content.
=Number.Mod([Index],4) +1
https://msdn.microsoft.com/en-us/library/mt253344.aspx
I think this is what you want.
One test is worth a thousand opinions.
Click the * Add Reputation below to say thanks.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks