Repeating formula question

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

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
=(($c2-indirect("$c$"&a2*4-2))/indirect("$c$"&a2*4-2))
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,181
Members
453,022
Latest member
Mohamed Magdi Tawfiq Emam

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