Distribution of Values Across Cells

rinnytintinnyrms

New Member
Joined
Dec 2, 2015
Messages
1
Running Professional Pro 2013.

I'm looking for a Formula that will distribute values across multiple cells for budgeting. I want them to change based on what is input into previous cells while still adding up to the same number. I might not be explaining this well which is why I'm struggling to find the right formula.

For example:
My Budget for one row is $12,000
I want that $12,000 to start off split evenly among 12 Months, so $1,000/month.
Let's say I spent $1,500 one month, that would effect the future months, decreasing their value, or, if I spent less, increasing their value.
The entire sum of the row should maintain $12,000 however.

I hope this makes sense. I'm still new to Excel's functions so I'm sure there's a very simple answer to this.
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Welcome to the forum!

Here's one option:

Excel 2010
ABCDEFGHIJKLMNO
1BudgetJanFebMarAprMayJunJulAugSepOctNovDec
21200010001000100010001000100010001000100010001000100012000

<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet4

Worksheet Formulas
CellFormula
C2=B2/12
D2=($B2-SUM($C2:C2))/(12-COLUMN(D2)+COLUMN($C2))
O2=SUM(C2:N2)

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>



Create a spreadsheet as shown above. Enter the budget in B2. Enter the formula in C2. Enter the formula in D2, then copy it to E2 to N2. The formula in O2 is optional, and only so you can see that everything sums up properly.

Then you can copy the C2:O2 formulas down the sheet as far as you'd like.

Now, once you've completed January, and you have the actual amount to put in, put that amount ($1500 in your example) in C2. That will overwrite the formula in C2, which is what we want. The other formulas in the row will all adapt automatically.

Let me know how that works.
 
Upvote 0

Forum statistics

Threads
1,215,193
Messages
6,123,566
Members
449,108
Latest member
rache47

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