Go Back   PCMech Forums > Help & Discussion > Software Discussion & Support

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 07-28-2007, 05:44 PM   #1
Member (12 bit)
 
Kov-Ice's Avatar
 
Join Date: Dec 2001
Location: St. Louis, Missouri
Posts: 3,294
Send a message via ICQ to Kov-Ice Send a message via MSN to Kov-Ice
Creating Budgetary Spreadsheet

I have only minimal experience with spreadsheets like Excel. Here's what I'd like to do, if anyone can offer suggestions...

I'd like to have a budget category with the monthly allowance at the top of a column. I'd like to be able to input the amount of purchases in the boxes below. Ideally, I'd like to have a box for a running total somewhere so that with each entry, the updated amount remaining is automatically shown.

Hopefully, that makes sense. Seems like it should be easy, but I can't seem to get it to happen. Ideas? Thx.
__________________
Kov

Are You Foldin'?
Join PCMech's Folding@Home Team and Help Save Lives! Click Here!
Kov-Ice is offline   Reply With Quote
Old 07-28-2007, 08:01 PM   #2
Barefoot on the Moon!
Staff
Premium Member
 
Force Flow's Avatar
 
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,384
Something like this? http://www.vertex42.com/ExcelTemplat...worksheet.html

If you do a search for the terms: excel spreadsheet budget (and possible "personal"), you should come up with some decent stuff.
__________________
There are two secrets to staying young, being happy, and achieving success. You have to laugh and find humor every day, and you have to have a dream.
Force Flow is offline   Reply With Quote
Old 07-28-2007, 09:34 PM   #3
Defenestrator
 
Stuey's Avatar
 
Join Date: Jan 2005
Location: NYC & NJ
Posts: 1,371
I tried to make a simple one for you. Play around with the numbers and check out the formulas that I used, then play around with everything else when you have the hang of it.
Attached Files
File Type: zip Sample Budget.zip (4.7 KB, 26 views)
__________________
ToolGuyd.com - My Tool Blog
Stuey is offline   Reply With Quote
Old 07-29-2007, 01:46 AM   #4
Member (12 bit)
 
Kov-Ice's Avatar
 
Join Date: Dec 2001
Location: St. Louis, Missouri
Posts: 3,294
Send a message via ICQ to Kov-Ice Send a message via MSN to Kov-Ice
Cool. Stuey, excellent stuff. I'm looking to create something simple almost exactly like the example.

Here's a question about it for anyone with a bit o' knowledge....

In the balance column, in order to get the running total to update, what's the best way to replicate that formula downward? If the first few boxes have the formula added manually, is just using Ctrl-D to duplicate as far down as necessary the workable solution? Or is there any easier or better way?
Kov-Ice is offline   Reply With Quote
Old 07-29-2007, 12:09 PM   #5
Member (10 bit)
 
Join Date: Jul 2002
Location: Trivandrum, India
Posts: 800
Send a message via Yahoo to pillainp
Quote:
Originally Posted by Kov-Ice
In the balance column, in order to get the running total to update.......
Two ways to go about this:
1) Select the last cell that contains the formaula and extend your selection as far down as you want (the selection should include the last cell that contains the formula), and then press CTRL+D to fill all the empty cells in the selection with the formula.

2) Click on the last cell that contains the formula. Hover your mouse over the little black dot at the bottom right corner of the cell till it turns to a dark black +. Then click and drag as far down as you want to go to replicate the formula in the empty cells lower down the column.


You can do something even more elegant. Simply modify Stuey's formula for the Balance column to include the AND function and you can set it up so that the balance column will only show a number if there is data in either the "Purchases" or "Credit" column. Like so:
=IF(AND(En<=0,Gn<=0),"",I(n-1)-En+Gn)
where n and n-1 are the row numbers.

Just fill that formula into cell I3 of the "Balance" column and then use one of the methods above to extend that formula throughout the "Balance" column as far down as you want.

NPP
__________________
[FONT=Arial][SIZE=1][COLOR=Navy][CENTER]Intel Core2Quad Q9550; EP45-UD3R (rev 1.1); 4x2GB DDR2 800MHz; eVGA e-GeForce 9600GT KO 512MB DDR3; Seagate ST31000528AS 1T, Seagate ST3500320AS 500GB SATA II, Seagate ST3500418AS 500GB SATA II; LG GH22-NS50 DVD-RAM x 2; DELL SP2208WFP; Windows 7 Ultimate 64-Bit

Palm LifeDrive Mobile Manager

Last edited by pillainp; 07-29-2007 at 12:42 PM.
pillainp is offline   Reply With Quote
Old 07-29-2007, 05:05 PM   #6
Member (12 bit)
 
Kov-Ice's Avatar
 
Join Date: Dec 2001
Location: St. Louis, Missouri
Posts: 3,294
Send a message via ICQ to Kov-Ice Send a message via MSN to Kov-Ice
Excellent addition, pillainp. Thanks to you and Stuey for your tutelage. I think I have it configured exactly as I need it now.
Kov-Ice is offline   Reply With Quote
Old 08-09-2007, 10:48 PM   #7
Defenestrator
 
Stuey's Avatar
 
Join Date: Jan 2005
Location: NYC & NJ
Posts: 1,371
I'm glad that it helped! To be honest, that's just about as far as my Excel skills go.

Also, to duplicate a forumula but using inputs from subsequent rows, copy and past works in addition to the mentioned dragging methods.
Stuey is offline   Reply With Quote
Old 08-09-2007, 11:44 PM   #8
Member (12 bit)
 
Kov-Ice's Avatar
 
Join Date: Dec 2001
Location: St. Louis, Missouri
Posts: 3,294
Send a message via ICQ to Kov-Ice Send a message via MSN to Kov-Ice
Well, the help from you guys pushed me to learn a lot. I've totally tailored several sheets in a document to fit our monthly and yearly budget. Thx again!
Kov-Ice is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Corrupt spreadsheet Redfallon Software Discussion & Support 6 03-25-2005 08:37 AM
need to open excel spreadsheet carolinagurrl Software Discussion & Support 4 02-26-2005 06:41 PM
creating batch file to end processes rhdb52 Windows Legacy Support (XP and earlier) 2 02-13-2005 10:07 AM
Name that spreadsheet program mattg2k4 Software Discussion & Support 3 08-31-2004 09:58 PM
Microsoft creating Windows for supercomputers toomyg General Discussion 14 05-27-2004 06:22 PM


All times are GMT -5. The time now is 12:13 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2