|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (12 bit)
|
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!
|
|
|
|
|
|
#2 |
|
Barefoot on the Moon!
Staff
Premium Member
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.
|
|
|
|
|
|
#3 |
|
Defenestrator
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.
__________________
ToolGuyd.com - My Tool Blog |
|
|
|
|
|
#4 |
|
Member (12 bit)
|
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? |
|
|
|
|
|
#5 | |
|
Member (10 bit)
|
Quote:
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. |
|
|
|
|
|
|
#6 |
|
Member (12 bit)
|
Excellent addition, pillainp. Thanks to you and Stuey for your tutelage. I think I have it configured exactly as I need it now.
|
|
|
|
|
|
#7 |
|
Defenestrator
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. |
|
|
|
|
|
#8 |
|
Member (12 bit)
|
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!
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
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 |