+ Reply to Thread
Results 1 to 5 of 5

Sum in a register

  1. #1
    Registered User
    Join Date
    10-03-2014
    Location
    Colorado, USA
    MS-Off Ver
    2010
    Posts
    1

    Sum in a register

    Hello!

    So I am pretty new with working excel, so I miss a lot of straight forward things. Any way, I have started this project to, well, not only have the project, but kind of learn how to better use excel.
    So my project is to make a check register. So far I have the register that records costs and deposits and all of the standard function. Now I want to make it so that I can sum up different types of costs. Kind of like budgeting. So say I spend money on food, I check a box and it adds it to my food spend total. I know you can do that but I am not sure how to. Any suggestions?
    Thanks!

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,705

    Re: Sum in a register

    There is not just one way to do this. Here is how I would do it, though. See attached.

    This model uses two intermediate techniques that you might not be familiar with:

    1. The dynamic named range. In Excel you can name a range. For example, you can give the range A1:A10 a name, like Series. Then when you would use

    =SUM(A1:A10)

    you can use

    =SUM(Series)

    To make a named range dynamic, you can use a formula like this:

    =OFFSET(Categories!$A$2,0,0,COUNTA(Categories!$A:$A)-1,1)

    This formula returns a range of all non-blank items in column A starting in row 2. This is how I created the category list.

    2. Data validation. You can specify a list of data to choose from in a cell. I used this named range as the data list, so you can pick a category from a dropdown list.
    Attached Files Attached Files
    Jeff
    | | |·| |·| |·| |·| | |:| | |·| |·|
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Forum Contributor
    Join Date
    07-24-2009
    Location
    Valrico, FL USA
    MS-Off Ver
    Excel 2016
    Posts
    358

    Re: Sum in a register

    This is another example
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    10-09-2011
    Location
    Florida
    MS-Off Ver
    Excel 2010
    Posts
    39

    Re: Sum in a register

    You could also use a pivot table to categorize all your spending categories.

  5. #5
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,705

    Re: Sum in a register

    Good point, pivot table is the superior solution.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. help with doc register logic
    By gdallas in forum Excel General
    Replies: 4
    Last Post: 09-27-2010, 06:59 PM
  2. How to register DLLS' using VBA
    By Ranjani in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-07-2009, 01:20 PM
  3. Need help with an in-class register.
    By captainmidnight in forum Excel General
    Replies: 3
    Last Post: 02-20-2009, 11:27 AM
  4. Register DIY add-in
    By Huyeote in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-22-2007, 11:25 PM
  5. checkbook register
    By lynnbuff in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 07-25-2006, 03:25 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1