data transposition

sutton_rich1

New Member
Joined
Apr 11, 2011
Messages
9
Hi,

i have data in column A (approx 150 rows) that is updated periodically and this data needs to be moved alphabetically to start in row 2, column B and continue across the columns.

eg

Current
a
b
c
d

required
a b c d e

i have a second transposition problem.

i have names in multiple sheets in the same cell and need a macro to search for them and place them into alphabetical order in single column.

i am not very good with VBA so any coding will be appreciated.
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
When and how are these changes happening?

After the data is transposed the first time, the data will no longer be going down one column but across all the rows.
So what changes will exactly be happening at that point, and how will it change the layout of the data?
 
Upvote 0
OK, but once you run this code the first time to transpose the data, it is no longer in a column, but now in a row. So how do they updates occur to this now that the structure of the data has changed?
 
Upvote 0

Forum statistics

Threads
1,224,607
Messages
6,179,871
Members
452,949
Latest member
Dupuhini

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top