Silvermini63
Active Member
- Joined
- Sep 25, 2006
- Messages
- 293
I have a sheet that has two columns on it. In column one it has customer numbers and in column 2 it has the link name next to it. The customer may have many links therefore multiple entries.
I want to get the links to go across the page instead of going down. Can anyone help with this as there is over 20,000 rows.
Excel 2010
To this
Excel 2010
I want to get the links to go across the page instead of going down. Can anyone help with this as there is over 20,000 rows.
Excel Workbook | ||||
---|---|---|---|---|
A | B | |||
1 | Customer | Link | ||
2 | 10000 | Link1 | ||
3 | 10000 | Link2 | ||
4 | 10000 | Link3 | ||
5 | 10000 | Link4 | ||
6 | 10000 | Link5 | ||
7 | 10001 | Link1 | ||
8 | 10001 | Link2 | ||
9 | 10001 | Link3 | ||
10 | 10002 | Link1 | ||
11 | 10002 | Link2 | ||
12 | 10002 | Link3 | ||
13 | ||||
Sheet1 |
To this
Excel Workbook | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
1 | Customer | Link | ||||||
2 | 10000 | Link1 | Link2 | Link3 | Link4 | Link5 | ||
3 | 10001 | Link1 | Link2 | Link3 | ||||
4 | 10002 | Link1 | Link2 | Link3 | ||||
Sheet2 |