How do you autofill across horizontal rows or both horizontal and vertical collumns using the same formula?

happyman5005

New Member
Joined
Jul 15, 2014
Messages
3
This has been bugging the hell out of me for the past hour. It seems a simple concept but I haven't found anything helpful so far.

Say you have a multiplication table such as:
1 2 3 4 5 6 7 8 9...
on both the first row and column

For the first space (B2) I put in the formula =(B1*A2) and make sure I peg on or the other with $ such as =(B$1*A2) or =(B1*A$2)

Dragging this formula down vertically works out fine however if I autofill horizontally it gives me the previous sum of the previous column multiplied by the above sum. eg.
1 (1) 2 (2) 3 (6) 4 (24) 5 (120)
() being the column directly beneath
How would I make it so that it autofills correctly? Also for something as simple as filling in a multiplication table I feel like there would be a really easy way to do it however the online tutorials only give examples of starting from scratch where you make your own table rather than filling in an existing table.

Another example. Say I want to fill in a table calculating interests added onto a deposit every year such as the one below.

Row 1 ¥10,000 ¥20,000 ¥100,000
Row 2 1% 2% 3% 10% 1% 2% 3% 10% 1% 2% 3% 10%
row 3 (1year) ¥10,100
row 4 (2years)
row 5 (3years)
row 6 (4years)
row 7 (5years)
row 8 (10years)

I would have the formula =FV(B$8,A9,,-B$7) for the first column however I would only be able to use this formula for the first row. What would be the easiest way of filling in this table?
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
The formula I posted works for me. Enter it in B2 and copy down and across:


Excel 2010
ABCDEFGHIJ
1123456789
21123456789
3224681012141618
43369121518212427
544812162024283236
6551015202530354045
7661218243036424854
8771421283542495663
9881624324048566472
10991827364554637281
Sheet1
Cell Formulas
RangeFormula
B2=B$1*$A2
 
Upvote 0
Oh...
I realize that I've been placing the $ in the wrong place this whole time.
So simple yet so frustrating. Thank you so much kind stranger!
 
Upvote 0

Forum statistics

Threads
1,215,085
Messages
6,123,030
Members
449,092
Latest member
ikke

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