change a vertical list of numbers to horizontal list from 1 cell

G

Guest

Hi
I have a vertical list of 6 digit codes and wish to copy turn them into a
horizontal list in a single cell. Each code is prefixed by '.
thanks
 
G

Guest

transpose function.You select your destination range which must be the same
no of columns as you have rows,just say you have a existing range in a1 to a4
you select range d1 to g1 and in cell d1 type =transpose(A1:A4) and enter
holding down ctrl and shift and then hit enter
 
P

Pete_UK

I think what the OP means is to put all the values into one cell (eg
B1). If that is the case, then a formula like:

=A1&" "&A2&" "&A3&" "&A4

would achieve this for four used cells in column A, and will separate
each number by a space.

Hope this helps.

Pete
 

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