How to convert vertically address list to horizontal

C

Cathy Williams

We imported an address list that had data stacked vertically. How do you
automate moving the data to a horizontal fomat to deal with sorting and
merging?
 
G

Gord Dibben

How consistent is the data?

Each unique addressee has the same number of entries?

Say there are 7 cells to each set in Column A

In B1 enter this formula.........copy across to H1 then copy B1:H1 down
until you get zeros.

=INDEX($A:$A,(ROWS($1:1)-1)*7+COLUMNS($A:B)-1)

If not consistent, post back with a few samples.


Gord Dibben MS Excel MVP




On Thu, 5 Nov 2009 05:45:03 -0800, Cathy Williams <Cathy
 

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