fill down

afdmello

Board Regular
Joined
Oct 19, 2010
Messages
106
if data is present in cells E18,F18,G18,H18....

Now , want this data from the above cells to be added in the following cells

M10 using the formula =E18
M11 using the formula =F18
M12 using the formula =G18
M13 using the formula =H18

I observed that I cannot use the fill handle to drag down. I tried to use the dollar sign i.e. M10 =E$18 but the same cell is filled down

How can this be accomplished without typing

Afd
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
if data is present in cells E18,F18,G18,H18....

Now , want this data from the above cells to be added in the following cells

M10 using the formula =E18
M11 using the formula =F18
M12 using the formula =G18
M13 using the formula =H18

I observed that I cannot use the fill handle to drag down. I tried to use the dollar sign i.e. M10 =E$18 but the same cell is filled down

How can this be accomplished without typing

Afd
Try this entered in M10 and copied down:

=INDEX(E$18:Z$18,ROWS(M$10:M10))

Adjust for the correct end of range in E$18:Z$18
 
Upvote 0
Thank you Beaver and Biff
Both worked.
I will now need to learn the meaning of the formulas and internalize them

Afd
 
Upvote 0

Forum statistics

Threads
1,224,581
Messages
6,179,668
Members
452,936
Latest member
anamikabhargaw

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