Pulling a cell with a formula but only changing certain parts

Thanhpi

New Member
Joined
Feb 2, 2018
Messages
10
Hello,

So when you pull a cell

say
ResultStatSomething
=B2*(C3/C4)

<tbody>
</tbody>
So in A 3 i want it to say B3*(C3/C4) but if i were to pull the A2 Cell A3 would end up being =B3*(C4/C5)

How would i go about doing this?

up until now ive been editing a few hundred manualy but it gets boring when im sure there is someway to simplify the process.

Thanks for the help!
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Seems like a good case for cell references, if you always want C3/C4 to remain the same, then try this in your first cell and drag it down.

Code:
=B2*($C$3/$c$4)
 
Upvote 0
Giving it another try on the Table

A resultB statC
1=B1*(C1/C2)104
2=B2*(C1/C2)26
35
46

<tbody>
</tbody>
A2 is what i want it to be when i pull it down but when i do pull it down it would normally be =B2*(C2/C3)
 
Upvote 0

Forum statistics

Threads
1,214,822
Messages
6,121,765
Members
449,049
Latest member
greyangel23

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