Basically I have a list of over 100,000 names that need to be printed. To save space I want them to display as 2 columns and can't seem to find an easy way to do this.
Currently:
1. A
2. B
3. C
4. D
5. E
6. F
7. G
8. H
9. I
10. J
What I want to do is:
1. A 6. F
2. B 7. G
3. C 8. H
4. D 9. I
5. E 10. J
I would also be OK with:
1. A 2. B
3. C 4. D
5. E 6. F
7. G 8. H
9. I 10. J
If your data is in columns A and B, enter the below formula in column C fist row, drag it to right and then down,
I was wondering if I could develop a fairly general solution to this.
Here is the formula for two columns
starting in column C
This may be changed to 3 columns by changing the constants
EDIT
Without the COUNTIFS which are a bit slow, the formulas are
and