Change order when pulling cells horizontally or vertically

Jyggalag

Active Member
Joined
Mar 8, 2021
Messages
422
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
Hey guys,

I currently have a large list of data, but to simplify, here's a simple example:

1617794457693.png


I currently wrote cell C5 as = J5

I then pulled it through the green box as you see in the photo to the right and got A, B, C, D and E and pulled it down and got 1, 2, 3, 4, 5

However, I want it to full out A, B, C, D and E when i pull it down.

Is there any way to do this without changing the order of the original cells (column J-O)?

Thank you guys!!

Best regards,
Jyggalag
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
How about
+Fluff 1.xlsm
ABCDEFGHIJKLMNO
1
2
3
4
511ABCDE
6A2
7B3
8C4
9D
10E
11
Main
Cell Formulas
RangeFormula
C5:C10C5=INDEX($J$5:$O$5,ROWS(C$5:C5))
 
Upvote 0
Solution
How about
+Fluff 1.xlsm
ABCDEFGHIJKLMNO
1
2
3
4
511ABCDE
6A2
7B3
8C4
9D
10E
11
Main
Cell Formulas
RangeFormula
C5:C10C5=INDEX($J$5:$O$5,ROWS(C$5:C5))
Thank you Fluff! It worked.

Saved my day, as always ;) Hope you had a good Easter!

Kind regards,
Jyggalag
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,038
Messages
6,122,798
Members
449,095
Latest member
m_smith_solihull

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