Formula to consecutively move down cells in list

McDan

New Member
Joined
Jun 21, 2010
Messages
37
I have a list of data from B1 to B10. I am trying to run a formula across a row where each cell uses the same formula except for a link to the B column that goes down 1 cell for each cell across the row. The formula is in F15 and looks like this:

=((65/10000)*(B1))/1000

I would like it to be the same thing in G15 but have a B2 instead.
(When I use $B1 it keeps $B1 instead of going to B2)

What is the correct input please?

Thanks
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Put that original formula in F15.
Now copy that cell DOWN, not to the right to get the new formulas adjusted the way you want.

Now select F16, CUT, and paste into G15, etc...
 
Upvote 0
Another

Put this formula in F15
=65/10000*INDEX($B$1:$B$10,COLUMNS($F:F))/1000

copy across till O15

M.
 
Upvote 0

Forum statistics

Threads
1,224,534
Messages
6,179,391
Members
452,909
Latest member
VickiS

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