LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default Using Drop-Downs (ValidationList) to update a budget

Perhaps easier would be to have a table with starting balances for each
account, then a second table with running balance. In that case, you would
have in your 2nd table

=vlookup(accountname,sheet1!A:B,2,0)+sumif(sheet2! A:A,accountname,sheet2!B:B)

For your running total.

As of running sum, I would think using a pivot table with account name and
date in the row columns and balance in the data column. Right click on the
date, pick group and outline, group. Pick Week, start and end whenever you'd
like.

"msnyc07" wrote:

I have a list in sheet 1 of my credit cards with Available Credit and Balance
(both of which I manually entered to start)

In Sheet 2 I'm trying to keep track of my spending/budget

So Row A = Date, Row B = Amount, Row C = Validation List of the Sheet 1
Account Names

I tried to enter a formula into the same cell
If CellValue="AccountNameX"
Sheet1!AccountNameX_BalanceCell=Sheet1!AccountName X_BalanceCell-Row B

Not working, seems to think it is circular.

Do I need some intermediary step?

Also *ideally* I could use the date row to keep a running sum of each week's
total automatically.

Any thoughts appreciated.

 
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
Data Validation lists update orginal cell with list update [email protected] Excel Worksheet Functions 3 July 11th 08 07:56 AM
Data validation drop downs don't recognize dynamic named range GlenC Excel Discussion (Misc queries) 0 July 19th 06 06:25 PM
Cross-referenced drop-down menu (nested drop-downs?) creativeops Excel Worksheet Functions 4 November 22nd 05 05:41 PM
drop downs & data validation burgi Excel Discussion (Misc queries) 2 June 23rd 05 09:40 PM
Refer to seperate workbook for validation list for drop downs? Dee Excel Discussion (Misc queries) 2 March 4th 05 07:50 PM


All times are GMT +1. The time now is 12:23 AM.

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"