Need Help with repeating formula

Kevin Neufeld

Board Regular
Joined
Oct 6, 2014
Messages
50
I am performing a new bid to our current supplier as well as 3 new ones. I have different lanes and am wanting to know the % increase we are possibly going to take. In column D I have the formula to calculate the % increase but need something else extra to have the formula automatically change when the Lane ID# changes.

thanks in advance

Col A Col B Col C Col D
LaneID Supplier Rate %Increase
1 Current 1000 =(($c2-$c$2)/$c$2)
1 A 1050 =(($c3-$c$2)/$c$2)
1 B 1100 =(($c4-$c$2)/$c$2)
1 C 1150 =(($c5-$c$2)/$c$2)
2 Current 500 =(($c6-$c$6)/$c$6)
2 A 550 =(($c7-$c$6)/$c$6)
2 B 600 =(($c8-$c$6)/$c$6)
2 C 650 =(($c9-$c$6)/$c$6)
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
add an extra column ( E)

in col D =(($C2-$E2)/$E2) in Col E =IF(A2<>A1,C2,E1)

so in col e when the Lane ID changes copy the Rate from the Rate column C otherwise copy the Rate from above in E

In Col D use col E as the "fixed" value
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,214
Messages
6,170,774
Members
452,353
Latest member
strainu

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