+ Reply to Thread
Results 1 to 3 of 3

Summarizing Expenses by Category

Hybrid View

Pink Floyd Summarizing Expenses by... 10-14-2007, 07:52 PM
Paul Hi Pink, I think this is... 10-14-2007, 10:50 PM
Pink Floyd Thank you!!! I knew there... 10-16-2007, 12:06 AM
  1. #1
    Registered User
    Join Date
    10-14-2007
    Posts
    2

    Question Summarizing Expenses by Category

    I would like to keep track of my business expenses in Excel.

    My goal is to record all expenses together on Sheet1 and use Sheet2 to generate quarterly summary reports with a categorical breakdown.

    I attached the spreadsheet so you can see what I am talking about, but I will try to explain it here as well:

    Example.

    Expenses are recorded vertically, by date (A), category (B), description (C), vendor (D), amount (E), check number (F), tax deductible (G).

    On Sheet2 I want a categorical breakdown. I want to tell the cell to calculate the sum of all my expenses categorized as “Rent” or “Electric”.

    I am unfamiliar with Excel, and I thought that I could use a lookup command that would go something like:

    =SUM(LOOKUP(Electric,Expenses!B:B,Expenses!E:E))

    Obviously, however, this didn’t work and I’m not really sure where to go from here. I am not familiar enough with the terminology to even know what to search for in the way of help. I plan on getting a book on Excel in a few days, however it would be great if you could help me with this problem in the mean time.

    Thanks!!
    Attached Files Attached Files

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887
    Hi Pink,

    I think this is what you're looking for:

    =SUMIF(Expenses!B:B,E6,Expenses!E:E)

    The SUMIF formula is SUMIF(lookup_range, criteria, sum_range)

    In this case, E6 refers to the word "Electric".

  3. #3
    Registered User
    Join Date
    10-14-2007
    Posts
    2

    Talking

    Thank you!!!

    I knew there had to be a simple way to do that.

    Awesome forum - Thanks again!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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