New_at_this
New Member
- Joined
- Mar 11, 2011
- Messages
- 4
I have been given a task where I need to manipulate a lot of data (90k or so rows of information) in excel and have worked out that using VBA and Macros is the best way to do this. Unfortunately, I do not have any computer qualifications and my use of excel has peaked at using Pivot Tables!
I need to change data from the format
Row/Column A B
1 RABBIT 123
2 RABBIT 887
3 RABBIT 455
4 PIG 336
5 PIG 723
(but with columns A-F instead of A-B)
I want this to look like:
Row/Column A B C D
1 RABBIT 123 887 455
2 PIG 336 723
I have found a script online that I thought might work but got an error message when I tried it. Can anyone help me out?
I need to change data from the format
Row/Column A B
1 RABBIT 123
2 RABBIT 887
3 RABBIT 455
4 PIG 336
5 PIG 723
(but with columns A-F instead of A-B)
I want this to look like:
Row/Column A B C D
1 RABBIT 123 887 455
2 PIG 336 723
I have found a script online that I thought might work but got an error message when I tried it. Can anyone help me out?