transposing postal addresses

  • Thread starter Thread starter monika
  • Start date Start date
M

monika

Hi There,

I have a list of postal addresses listed in column A - is there a way to
transpose all of them at once to be in rows, under each other?
ie
company address address address postcode phone

etc?

thanks
 
Perhaps this tinker ..
Assuming data starts in A2 down, in standard groups of 6 lines each,
with a blank line in between groups
In B2: =OFFSET($A$1,ROWS($1:1)*7-7+COLUMNS($A:A),)
Copy B2 across to G2, fill down as far as required
 
Very nice!!!
--
Wag more, bark less


Max said:
Perhaps this tinker ..
Assuming data starts in A2 down, in standard groups of 6 lines each,
with a blank line in between groups
In B2: =OFFSET($A$1,ROWS($1:1)*7-7+COLUMNS($A:A),)
Copy B2 across to G2, fill down as far as required
 

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

Back
Top