+ Reply to Thread
Results 1 to 4 of 4

Different Sums for Columns based on List Table.

Hybrid View

  1. #1
    Registered User
    Join Date
    04-21-2012
    Location
    atlanta
    MS-Off Ver
    Excel 2010
    Posts
    2

    Different Sums for Columns based on List Table.

    Hi All,

    I am working on a spread sheet that would show how much I have spent on credit and how much was spent on cash.

    In one column the amount that I spent (e.g. $450.00) and the one beside it I have list table drop down CA(for Cash) and CR(for Credit). There will be multiple expenses and I sum the total to show on a dashboard the total amount spent, but I want to add an additional showing the amount that I used in cash and the amount that I used in credit. Any help would be greatly appreciated.

    Thank you in advance.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,852

    Re: Different Sums for Columns based on List Table.

    You can use SUMIF, like this:

    =SUMIF(sheet1!D:D,"CA",Sheet1!E:E)

    assuming your types are in column D of Sheet1 and the amount is in column E of Sheet1. You can have a similar formula for credits - just change "CA" to "CR".

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    04-21-2012
    Location
    atlanta
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Different Sums for Columns based on List Table.

    Worked great! Thank you

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,852

    Re: Different Sums for Columns based on List Table.

    Glad to hear it - thanks for feeding back.

    If that takes care of your original question, please select Thread Tools from the menu above your first post and mark this thread as SOLVED.

    Also, since you are relatively new to the forum, you might like to know that you can directly thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete

+ 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. Subtotals/sums based on criteria in multiple columns
    By pcaldwell in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-09-2015, 03:12 PM
  2. Replies: 15
    Last Post: 01-28-2014, 12:10 PM
  3. Replies: 1
    Last Post: 01-24-2014, 11:30 AM
  4. [SOLVED] Divided sums of 2 columns with denominator changing based on blank values in a column
    By cujofreak in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-31-2013, 11:16 AM
  5. Replies: 1
    Last Post: 02-10-2006, 06:15 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