Transposing a Range

djain

New Member
Joined
Jun 20, 2011
Messages
3
I am trying to use a named range and transpose it on the same sheet but I am getting a #value error. So, my excel has values in cells E15 to I15 and need them in cells O24 to O28. Also, I have values in cells E37 to I37 that I need in O3 to O7. How can I do that so that if the values change in the former cells they automatically update in the latter?

Thank you so much for your help in advance!

djain
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Hello & Welcome to the Board,

Try...

=TRANSPOSE(E15:I15)

IMPORTANT
This is an array formula
Enter the formula >> press F2 then >> CTRL + SHIFT + ENTER
If entered correctly, the formula will be enclosed in {brackets}
Do not enter the {brackets} manually
 
Upvote 0
I am trying to use a named range and transpose it on the same sheet but I am getting a #value error. So, my excel has values in cells E15 to I15 and need them in cells O24 to O28. Also, I have values in cells E37 to I37 that I need in O3 to O7. How can I do that so that if the values change in the former cells they automatically update in the latter?

Thank you so much for your help in advance!

djain

Why not use?:

O24: =E15
O25: =F15
O26: =G15
etc...

O3: =E37
O4: =F37
etc...
 
Upvote 0
Thanks Jeff, I tried this formula and got the brackets as well after hititing F2>Ctrl+Shift and Enter but this just gave me the first cell value and not the remaining range. When I tried to drag it to the rest of the cells I still did not get it. I am trying to get it right without doing it manually so I can handle a larger range too.

Any advice on this please?
Thanks
 
Upvote 0

Forum statistics

Threads
1,224,599
Messages
6,179,831
Members
452,946
Latest member
JoseDavid

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