jproj
Chemical
- Oct 9, 2001
- 324
Hi all,
I have a large group of data basically organized by columns that I want to consolodate into a much smaller table on a separate worksheet. The smaller table would contain the same information as the larger table with the same format, but would exclude many unnecessary columns. I would also like to modify the order of the columns. For example:
Large Table (located on Sheet1):
A B C D E
1 2 3 4 5
6 7 8 9 0
Small Table (located on Sheet2):
D C A
4 3 1
9 8 6
This is a very simplistic example, but hopefully it illustrates what I would like to do. I could write a macro to copy each column and paste them in the order I want, but I was hoping that there was something a bit less complicated. I tried a pivot table, but I don't think that's going to work as I'm not really trying to sum, or total numbers, just display data (mostly text).
Any suggestions are much appreciated! Let me know if you have questions.
Thanks!
Jproj
I have a large group of data basically organized by columns that I want to consolodate into a much smaller table on a separate worksheet. The smaller table would contain the same information as the larger table with the same format, but would exclude many unnecessary columns. I would also like to modify the order of the columns. For example:
Large Table (located on Sheet1):
A B C D E
1 2 3 4 5
6 7 8 9 0
Small Table (located on Sheet2):
D C A
4 3 1
9 8 6
This is a very simplistic example, but hopefully it illustrates what I would like to do. I could write a macro to copy each column and paste them in the order I want, but I was hoping that there was something a bit less complicated. I tried a pivot table, but I don't think that's going to work as I'm not really trying to sum, or total numbers, just display data (mostly text).
Any suggestions are much appreciated! Let me know if you have questions.
Thanks!
Jproj