+ Reply to Thread
Results 1 to 4 of 4

Sum dollar amounts if values in another column match

  1. #1
    Registered User
    Join Date
    01-25-2021
    Location
    Oregon
    MS-Off Ver
    365
    Posts
    11

    Sum dollar amounts if values in another column match

    Hi, and thanks in advance for your help! I am working on a spreadsheet (excerpt from the sheet is attached) where I need to total the values in the "New $" column when the CRN numbers (in the CRN column) match. For instance, if CRN# 34310 has multiple instances, I want that total to show up in column M under total text cost. The CRN numbers constantly change, so it can't be by specific CRN number, it has to just be if they match. See below for an example as well:

    CRN
    34310 AGAINST THE CLOCK Adobe InDesign 2020: The Professional Portfolio 978-1-946396-36-5 $59.99
    34310 AGAINST THE CLOCK ADOBE INDESIGN 2019 978-1-946396-20-4 $59.99
    34310 PIPES PRODUCTION FOR GRAPHIC DESIGNERS 978-0-205-68479-3 $52.50

    I would need the total of all 3 of the dollar amounts.

    I hope this isn't too confusing. Thanks again!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365 for MAC
    Posts
    3,105

    Re: Sum dollar amounts if values in another column match

    Hi,

    Maybe like this?

    J3:K4
    =IFERROR(INDEX(A$2:A$31,MATCH($L3,$C$2:$C$31,0)),"")

    L3
    =IFERROR(INDEX($C$1:$C$31,AGGREGATE(15,6,ROW($C$2:$C$31)/(MATCH($C$2:$C$31,$C$2:$C$31,0)=ROW($C$1:$C$31)),ROWS($A$1:A1))),"")

    M3
    =SUMIF($C$2:$C$31,L3,$G$2:$G$31)
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    01-25-2021
    Location
    Oregon
    MS-Off Ver
    365
    Posts
    11

    Re: Sum dollar amounts if values in another column match

    Thank you so much! This worked! I work at a small college and this will save me hours of work.

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,819

    Re: Sum dollar amounts if values in another column match

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

    Also, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

+ 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. [SOLVED] need to break down dollar amounts to 100's, 20's, 10's and 5's.....HELP?
    By JTHernandezJ in forum Excel General
    Replies: 7
    Last Post: 04-10-2017, 02:37 PM
  2. Replies: 1
    Last Post: 08-20-2016, 07:45 PM
  3. Turning even Dollar Amounts to odd Dollar Amounts
    By Tim D in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-13-2015, 04:32 PM
  4. dollar amounts
    By atcspaul in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 06-07-2012, 10:06 PM
  5. Replies: 4
    Last Post: 09-14-2011, 06:23 PM
  6. text to = dollar amounts
    By Kelly333 in forum Excel General
    Replies: 4
    Last Post: 11-06-2007, 04:48 PM
  7. [SOLVED] dollar amounts
    By acsnett in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 08-22-2005, 02:05 PM

Tags for this Thread

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