monthly profit

mattb123

New Member
Joined
Aug 18, 2014
Messages
3
Hi

I've been stuck for ages and cant seem to figure this problem out in my head even though i think its a fairly simple question!!

My situation is as follows:

i have a debt amount of £20.00
monthly i earn £10.00

i want to show a row that shows the amount of profit in each month if the debt is being paid off

i would expect the answers to look like
month 1 profit 0
month 2 profit 0
month 3 profit 10
month 4 profit 10

can anyone help please !!!
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Welcome to MrExcel.

Formula in B4 copied down:


Excel 2010
AB
1Debt20
2Income10
3Profits
4Month 10
5Month 20
6Month 310
7Month 410
Sheet1
Cell Formulas
RangeFormula
B4=MAX(0,(B$2*ROWS(B$4:B4))-B$1)-SUM(B$3:B3)
 
Upvote 0
Hi

Is it possible to have the income input monthly so this can be a variable?

[TABLE="width: 448"]
<colgroup><col width="64" span="7" style="width:48pt"> </colgroup><tbody>[TR]
[TD="width: 64"]debt[/TD]
[TD="width: 64, align: right"]20[/TD]
[TD="width: 64"][/TD]
[TD="width: 64"][/TD]
[TD="width: 64"][/TD]
[TD="width: 64"][/TD]
[TD="width: 64"][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]month 1[/TD]
[TD]month 2[/TD]
[TD]month 3[/TD]
[TD]month 4[/TD]
[TD]month 5[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]income[/TD]
[TD="align: right"]10[/TD]
[TD="align: right"]10[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]profit[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 
Upvote 0
Sure:


Excel 2010
ABCDE
1Debt20
2Month 1Month 2Month 3Month 4
3Income10101010
4Profits001010
Sheet1
Cell Formulas
RangeFormula
B4=MAX(0,SUM($B3:B3)-$B1)-SUM($A4:A4)
 
Upvote 0

Forum statistics

Threads
1,223,228
Messages
6,170,871
Members
452,363
Latest member
merico17

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