SIMPLE ONE re: moving data

wekwong

New Member
Joined
Jan 20, 2005
Messages
1
I have a list of data going horizontally across row 1. I am trying to get the list going down vertically down column A. When I drag cell A$1 down column A, I do not get the values going across. My second, third, fourth, etc values are still what was in the first cell.


EX: A B C D

A
A
A
A
A
A

Can someone please tell me how I get the data to appear as:
A
B
C
D
without having to copy and paste every horizontal cell? Thanks in advance.
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
1) Easiest way
copy the range and right click on A2 then choose Pastespecial -> check Transpose
then delete 1st row

2) by the formula
in cell A2
=OFFSET(A2,-(ROW()-1),COLUMN()+ROW()-2)
then fildown as you wish
copy entire column A, then pastespecial -> check Value

jindon
 
Upvote 0

Forum statistics

Threads
1,214,971
Messages
6,122,521
Members
449,088
Latest member
RandomExceller01

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top