Values shown horizontally, but want to drag it down to show vertically

CharneLewis

New Member
Joined
Jun 30, 2021
Messages
20
Office Version
  1. 365
Platform
  1. Windows
Hi Mr Excel,

I would like to know what formula can I use to drag the values in E7:L7 in cells H137:H144. Currently I just linked it as =E7; =F7 etc. But want to be effective and time saving while doing this.

Best regards,

1711347545356.png
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Would Transpose work for you? Something like this:
Book1
EFGHIJKL
78,604,1687,897,1174,807,8968,718,1175,045,6117,956,8877,568,6847,735,694
8
9
108,604,168
117,897,117
124,807,896
138,718,117
145,045,611
157,956,887
167,568,684
177,735,694
Sheet1
Cell Formulas
RangeFormula
H10:H17H10=TRANSPOSE(E7:L7)
Dynamic array formulas.
 
Upvote 0
Solution
Would Transpose work for you? Something like this:
Book1
EFGHIJKL
78,604,1687,897,1174,807,8968,718,1175,045,6117,956,8877,568,6847,735,694
8
9
108,604,168
117,897,117
124,807,896
138,718,117
145,045,611
157,956,887
167,568,684
177,735,694
Sheet1
Cell Formulas
RangeFormula
H10:H17H10=TRANSPOSE(E7:L7)
Dynamic array formulas.
Thank you, it is working but not on the sheet I need it to work. I've tried your example in a new book and it worked perfectly. So don't know why it doesn't work on my current excel workbook.

Don't you know of an offset function? I've seen it, but can't seem to figure out how it is working.
 
Upvote 0
doesn't work
What does "doesn't work" mean?
- Error value (what error?)
- Wrong values returned (what values?)
- Crashes excel?
- Nothing returned?
- something else?

Can you give a small sample that is not working with XL2BB?
 
Upvote 0

Forum statistics

Threads
1,215,153
Messages
6,123,325
Members
449,097
Latest member
gameover8

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