Fill Handle

jjcchheenn

New Member
Joined
Jul 22, 2006
Messages
7
Is there a way to control the fill handle so that when you drag it down, it increments across instead of down?

IE: A1=1
B1=2
C1=3

when I go to cell E1 and insert '=A1', I get the result of 1. However, when I choose the fill handle and drag it down, the next cell references A2. Is there a way that it can reference horizontally (B2)?

Thanks,
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
after u do your fill on column A select all the cells with values in column A >edit >copy

Select B1 edit>paste special>transpose
 
Upvote 0
You can't control the fill handle (maybe with VBA?), but you can do it with a formula if you want to keep it dynamic. Enter this formula in cell E1:

=OFFSET($A$1,0,ROW()-1)

When you drag down it will increment across instead of down
 
Upvote 0

Forum statistics

Threads
1,224,884
Messages
6,181,566
Members
453,053
Latest member
Kiranm13

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