![]() |
how to convert a column into a row
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. |
how to convert a column into a row
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 -- Gary''s Student - gsnu200813 "Enni" wrote: 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. |
how to convert a column into a row
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. -- Kind Regards, Satti Charvak Only an Excel Enthusiast Noida, India "Gary''s Student" wrote: 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 -- Gary''s Student - gsnu200813 "Enni" wrote: 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. |
how to convert a column into a row
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) -- Kind Regards, Satti Charvak Only an Excel Enthusiast Noida, India "Satti Charvak" wrote: 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. -- Kind Regards, Satti Charvak Only an Excel Enthusiast Noida, India "Gary''s Student" wrote: 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 -- Gary''s Student - gsnu200813 "Enni" wrote: 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. |
All times are GMT +1. The time now is 02:51 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com