how to convert a column into a row

E

Enni

I have 1lack numbers in a excell sheet in column A, the same thing I would
like to copy in a notepad but I want numbers should come in horizontal i.e in
row. please help me out.
 
G

Gary''s Student

1. select the cells in the column and copy them
2. in an un-used area of the worksheet:
Edit > PasteSpecial > Transpose
3. copy the transposed data and paste in NotePad
 
S

Satti Charvak

I think i lack means 100000 (in Indian English) .

Isn't it Enni.

well, if this is what you meant then sorry, transpose will not work even in
excel 2007.

I'll give you a work around.

Copy the complete the column and paste in in notepad

now copy the data in notepad

and paste it in one cell in excel (double click a cell or select the cell
and press "f2" and then paste)

now use the formula

=SUBSTITUTE(A1,CHAR(13)," ")

you have the complete numbers in one row delimited by a space.

now you can copy the data to notepad.

Finally, pls reply i was in the right direction or my answer went haywire.
 
S

Satti Charvak

Please use this formula instead

=SUBSTITUTE(SUBSTITUTE(A1,CHAR(10)," "),CHAR(13),"")

you can use any other character instead of space (it is just after char(10)
in the formula)
 

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