Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Am trying to create a macro in Excel that will take different datasets and transpose data into a different format. I have species names and counts in sets across columns. A and B are a set (Location A), C and D (Location B) a set, etc. Would like to have all the information in A and B only, with row C location data. How do I take the data out of C and D or E and F and paste it below A and B? The data varies across several sheets and while the columns A and B have the same number of entries in one wheet, they maybe different in another sheet. Example (Have) A B C D E F 1 a 1 f 6 h 8 2 b 2 g 7 3 c 3 4 d 4 5 e 5 Want A B C 1 a 1 Location A 2 b 2 Location A 3 c 3 Location A 4 d 4 Location A 5 e 5 Location A 6 f 6 Location B 7 g 7 Location B 8 h 8 Location C |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Transposing data? | Excel Worksheet Functions | |||
Transposing data | Excel Worksheet Functions | |||
transposing vertical data to horizontal with varying amount of data | Excel Discussion (Misc queries) | |||
Transposing data | Excel Discussion (Misc queries) | |||
Transposing Data | Excel Programming |