Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
CMS CMS is offline
external usenet poster
 
Posts: 3
Default Making a budget with excel, keep a running total

I am trying to put together a budget which will keep a running total. For
example, if I have, say $100/month allocated for food, I want every time I
type in the month's total, for it to add the difference and keep a running
total. Say this month I spend $84, next month $105. I want the cell to
calculate "+11.00." I can do that, but I need to account for the months in
the future which are now blank.

The way I'm doing it (=SUM((100-C13)+(100-C14)+etc.) will assume for the
months that are blank (i.e. the future) I have spent $0.00 on food.

What function do I need? Thanks.
--
CMS
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,480
Default Making a budget with excel, keep a running total

Hi

One way
=COUNT(C13:C24)*100-SUM(C13:C24)

I think I might be inclined to put the $100 in a separate cell, and use that
in the formula instead.
That way, you can copy across through columns D:??? for the range of Expense
types you are monitoring.
say
=COUNT(C13:C24)*C1-SUM(C13:C24)
where C1 holds the budgeted monthly value of $100
--
Regards
Roger Govier

"CMS" wrote in message
...
I am trying to put together a budget which will keep a running total. For
example, if I have, say $100/month allocated for food, I want every time I
type in the month's total, for it to add the difference and keep a running
total. Say this month I spend $84, next month $105. I want the cell to
calculate "+11.00." I can do that, but I need to account for the months in
the future which are now blank.

The way I'm doing it (=SUM((100-C13)+(100-C14)+etc.) will assume for the
months that are blank (i.e. the future) I have spent $0.00 on food.

What function do I need? Thanks.
--
CMS


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Continuous Running Total Scotty New Users to Excel 1 March 22nd 07 12:54 PM
Excel Running Total Scotty Excel Discussion (Misc queries) 1 March 18th 07 03:49 PM
How do i create a running total in Excel? Marcus1 Excel Discussion (Misc queries) 2 August 24th 05 12:39 PM
Running total w/2 columns - Excel Anna / Ideal Excel Worksheet Functions 14 August 10th 05 04:28 PM
Running total in Excel w/2 columns Anna / Ideal Excel Worksheet Functions 5 August 6th 05 02:25 AM


All times are GMT +1. The time now is 01:44 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"