Transposing

MKIRK

New Member
Joined
Nov 11, 2005
Messages
2
I have a column of formulas that generate data. I want to create from that column the same data but in a row. The copy/paste/transpose does not work for these formulas. It works for raw data but not for formulas. As the data changes in the column, I want it reflected in the rows. I have tried this several ways with the copy paste command, utilizing the formulas selection, but nothing seems to work.
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Hi, MKIRK,
Welcome to the Board !!!!!
when there are only absolute references (or named ranges) within your formulas, then you would succeed with your method

would this do what you need ?
select range B1:E1
{=TRANSPOSE(A2:A5)}
(confirm with SHIFT-CONTROL-ENTER instead of just ENTER)
Map1.xls
ABCDE
1AAA3350111
2AAA
3331210
4505050AAA
51115050
data (2)

kind regards,
Erik
 
Upvote 0
This worked perfectly. I do not understand what Control - Shift - Enter does but your answer solved the problem.
 
Upvote 0
I do not understand what Control - Shift - Enter does
the cells are somehow "linked" as a group when confirming formulas this way
we call this an arrayformula
when you want to change the formula you need to do all cells from the array at once !
try to change one singel cell: you will get an errormessage

best regards,
Erik
 
Upvote 0

Forum statistics

Threads
1,214,875
Messages
6,122,044
Members
449,063
Latest member
ak94

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