I have a spreadsheet that looks like:
| A | B | C | D | E |
1 | name1| =A1 | =A2 | =A3 | =A4 |
2 | addr1| =A5 | =A6 | =A7 | =A8 |
3 | city1| =A9 | =A10 | =A11 | =A12 |
4 | phon1| =A13 | =A14 | =A15 | =A16 |
5 | name2| =A17 | =A18 | =A19 | =A20 |
6 | addr2| =A21 | =A22 | =A23 | =A24 |
7 | city2| =A25 | =A26 | =A27 | =A28 |
8 | phon2| =A29 | =A30 | =A31 | =A32 |
9 | name3| =A33 | =A34 | =A35 | =A36 |
10 | addr3| =A37 | =A38 | =A39 | =A40 |
11 | city3| =A41 | =A42 | =A43 | =A44 |
12 | phon3| =A45 | =A46 | =A47 | =A48 |
This ends up looking like:
| A | B | C | D | E |
1 | name1| name1| addr1| city1| phon1|
2 | addr1| name2| addr2| city2| phon2|
3 | city1| name3| addr3| city3| phon4|
4 | phon1| name4| addr4| city4| phon4|
5 | name2|
6 | addr2| etc
7 | city2|
8 | phon2|
9 | name3|
Now, maybe there are better ways to do this transposition of columnar to row data, but I was more interested in how to copy those formulas down. It’s easy if they increment by one, but these increment by 4. I’ve tried the Fill Down, and that Fill Down tool after selecting one, two or four columns. Excel seems to want to fill down by relative position no matter what
Any ideas you Excel Guru’s???