Solved SPECIAL TRANSPOSE DATA

georg0307

Registered User.
Local time
Today, 07:11
Joined
Sep 11, 2014
Messages
91
Dear All,

is a way to obtain the result from a starting table, what I am showing in the attached file?

EXAMPLE SIMPLE:

STARTING TABLE:
A 1 APPLE
A 5 ORANGE
B 2 TRUCKS
B 5 CARS

RESULT NEEDED:

A 1 APPLE 5 ORANGE
B 2 TRUCKS 5 CARS



It is a sort of transpose special.

Thanks in advance.

Georg
 

Attachments

Not sure this fits the bill:-


If you want a free copy of the example, sent me a private message through this forum and I will send you a coupon code
 
here i converted your xlsx to xlsm.
click on the "button" to transpose you data.
it will be transposed to TransposedData shet.
 

Attachments

here i converted your xlsx to xlsm.
click on the "button" to transpose you data.
it will be transposed to TransposedData shet.
Oops, never spotted it was in the Excel forum. :mad:
Sorry.:(
 
here i converted your xlsx to xlsm.
click on the "button" to transpose you data.
it will be transposed to TransposedData shet.
Something really great thanks a lot!!!
here i converted your xlsx to xlsm.
click on the "button" to transpose you data.
it will be transposed to TransposedData shet.
PERFECT REALLY good -GREAT!!! Many thanks.
 

Users who are viewing this thread

Back
Top Bottom