Format and Possible Transpose

D

Daren

I have three columns of data including, in order, name, region, product. For
example, Ted, North, Couch. The first row is the headear row containing the
name, region, and the product, after which the data appears. Instead of each
line containing individual names, regions, and products, I want to have the
rows organized by name. A simple sort does not work. How can I solve this
problem?
 
G

Gord Dibben

Daren

Why does a simple sort on the name column A not work?

Make sure you select all three columns before sorting on the name column.

If something else needed.........................

Post a small sample of what your data looks like now and what you want it to
look like.


Gord Dibben MS Excel MVP
 
D

Daren

Gord,
The data needs to go from this:

Ted, North, Couch (row 1)
Ted, South, Couch (row 2)

to

Ted Ted
North Couch
South Couch

The data set is quite large, so I'm just trying to find a way to make it go
faster.

Thanks for your help,
Daren
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top