Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Column into Row in EXCEl


I need to copy the values there in one column and the same value shoul
be there in the column.

how can i copy the entire column and paste in a row type?



say for example

Code
-------------------

4
2
1
2
3
0
1
2

-------------------

and i need this vaue like this

Code
-------------------

4 2 1 2 3 0 1 2

-------------------


is there any method to do it instead of doing it manually like typin
every number.?


please help me dude !

--
jayender.v
-----------------------------------------------------------------------
jayender.vs's Profile: http://www.excelforum.com/member.php...fo&userid=2864
View this thread: http://www.excelforum.com/showthread.php?threadid=48424

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default Column into Row in EXCEl

Hi,

Assuming your list starts from a1, following should work

Range("a1:h1") = WorksheetFunction.Transpose(Range("a1:a8"))

HTH
Kalpesh

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Column into Row in EXCEl


jayender.vs Wrote:
I need to copy the values there in one column and the same value should
be there in the column.

how can i copy the entire column and paste in a row type?



say for example

Code:
--------------------

4
2
1
2
3
0
1
2

--------------------

and i need this vaue like this

Code:
--------------------

4 2 1 2 3 0 1 2

--------------------


is there any method to do it instead of doing it manually like
typing every number.?


please help me dude !!



All you need to do is to highlight all the numbers in the column you
want to copy.
Right click and select 'Copy'.
Right click on the first cell in the row where you want to copy the
selected data.
Select 'Paste Special'
In the window that opens up, put a tick in 'Transpose'.
Then 'OK'.
This will copy all the data that you first highlighted in your column
to your choosen row.
By the way, the first cell that you want to paste to, can't be the same
cell that you copied from.


--
grahammal
------------------------------------------------------------------------
grahammal's Profile: http://www.excelforum.com/member.php...o&userid=20336
View this thread: http://www.excelforum.com/showthread...hreadid=484246

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
divide column(x) by column(y) to give column(x/y) in excel? James New Users to Excel 2 April 24th 23 11:46 AM
Plotting multiple Y column data versus single X column in Excel 20 RossM Charts and Charting in Excel 3 June 28th 09 01:39 AM
Excel 2007 - mixed type (line, column, stacked column) in one char Mike Charts and Charting in Excel 0 August 5th 08 06:33 PM
Column Chart - Adding text in the column in Excel 2007 Jennifer Charts and Charting in Excel 2 July 26th 08 02:58 PM
How do I turn excel columns from column number to column letter? column Setting up and Configuration of Excel 1 April 29th 08 10:15 AM


All times are GMT +1. The time now is 08:45 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"