When do I go over budget?

Cantona_lives

New Member
Joined
Nov 27, 2013
Messages
20
Hi all,
Hopefully a fairly easy one.

Months across the top
A B C D M
Jan Feb Mar etc Budget
1 £1 £3 £4 £5


So if I spend £1 in Jan, £3 in Feb and then £4 in Mar - how do I calculate at which point my budget runs out? So in this case it would be Mar and I would also like the formula to calculate - "Mar by £3"

Thanks,


-CL
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.

Excel 2010
ABCDEFG
1JanFebMarBudget
21345Marby 3
Sheet28
Cell Formulas
RangeFormula
F2{=INDEX($A$1:$C$1,MATCH(TRUE,MMULT($A$2:$C$2,--(COLUMN($A$2:$C$2)>=TRANSPOSE(COLUMN($A$2:$C$2))))>=E2,0))}
G2{="by "&INDEX(MMULT($A$2:$C$2,--(COLUMN($A$2:$C$2)>=TRANSPOSE(COLUMN($A$2:$C$2)))),MATCH(F2,$A$1:$C$1,0))-E2}
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,893
Messages
6,175,240
Members
452,621
Latest member
Laura_PinksBTHFT

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