Transpose

hamp

Board Regular
Joined
Sep 10, 2008
Messages
57
I am trying to transpose a list of names in line A3:Z3 To another work sheet in the book to A3:A27. I keep getting the result NAME?.

I would appreciate any help.

Thanks
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
Well, if you showed us what formula you were using that would be a start.

But, working in the dark here, you should be selecting cells A3:A27 in the target sheet, and typing =TRANSPOSE(Sheet1!A3:Z3) and pressing Ctrl-Shift-Enter.
 
Upvote 0
What exactly have you tried?

It should be A3:A28, yes?

Select the range A3:Z3 and copy.
Go to your target sheet and select the cell A3.
Right click, paste special. Tick the Transpose option. OK.


Colin
 
Upvote 0
I selected cell A2 on sheet1, clicked transpose function and listed sheet2 B3:Z3

{=TRANSPOSE(Sheet2!B3:Z3)} This Returns VALUE? in cell A2
 
Last edited:
Upvote 0
I selected cell A2 on sheet1, clicked transpose function and listed sheet2 B3:Z3

{=TRANSPOSE(Sheet2!B3:Z3)} This Returns VALUE? in cell A2

I'd say that you didn't press Ctrl-Shift-Enter. ( even though you are showing {} around the formula in your posting ). Also you are supposed to select the entire result area before entering the formula.
 
Upvote 0
In A2 on sheet1 and copied down,

=IF(ROWS($A$2:$A2)<=25,INDEX(Sheet2!$B$3:$Z$3,ROWS($A$2:$A2)),"")

HTH
 
Upvote 0
This worked fine for names already entered. What would be helpful is if names were continued to be entered on sheet1 in the horz position is that they would be transposed to sheet2.

Thanks
 
Upvote 0

Forum statistics

Threads
1,212,927
Messages
6,110,700
Members
448,293
Latest member
jin kazuya

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