Need a formula too Subtract a value from a previous cell and divide by 6

wmlim

New Member
Joined
Jul 17, 2010
Messages
2
Hi There,

I'll try make this as clear as I can and I would appreciate as much help as I can get here.

I need a formula that will

1. First take the value from A1 / 6 and place it into A2
2. Then take the values in (A1 - A2) /6 and place it into A3
3. Then take values in (A1 - A2 - A3) /6 and place it into A4
4. The Process repeats itself, taking the values of the previous cells subtracting and then dividing the subtracted by 6

Here are some values that I hope would make this clearer.

A1 = 10
A2 = A1 / 6 = 1.666667
A3 = (A1 - A2) / 6 = 1.388889
A4 = (A1 - A2 - A3) / 6 = 1.157407

I hope this is clearer..
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Excel Workbook
A
110
21.666667
31.388889
41.157407
50.964506
Sheet2
Cell Formulas
RangeFormula
A2=A1/6
A3=($A$1-SUM($A$2:A2))/6
A4=($A$1-SUM($A$2:A3))/6
A5=($A$1-SUM($A$2:A4))/6
 
Upvote 0

Forum statistics

Threads
1,215,767
Messages
6,126,766
Members
449,336
Latest member
p17tootie

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