transpose

karraj

Board Regular
Joined
Mar 5, 2002
Messages
76
I have two ranges a2:a25 and b1:z1 I want cell b1 =a2 and c1 =a3 and so on.
Is there any short way to do this!
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
On 2002-03-12 13:19, karraj wrote:
I have two ranges a2:a25 and b1:z1 I want cell b1 =a2 and c1 =a3 and so on.
Is there any short way to do this!

You can copy, then paste special, transpose.

Or, you could select b1:z1 (yes, the whole range), and type in the following formula:

=TRANSPOSE(A2:A25)

and before you press enter, type Ctrl+Shift+Enter instead (this is an array formula).

Hope this helps,

Russell
 
Upvote 0
Russell,

THANK YOU VERY MUCH.

I was wondering the same thing and have been trying to figure this function out for the past hour. Excel's Help does a POOR job of explaining how to use this function (they missed the CTRL+SHIFT+ENTER part).

Priscilla
 
Upvote 0

Forum statistics

Threads
1,214,651
Messages
6,120,742
Members
448,989
Latest member
mariah3

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