+ Reply to Thread
Results 1 to 4 of 4

How do I validate data and then summarize corresponding amounts that matches the data?

  1. #1
    Registered User
    Join Date
    03-18-2014
    Location
    Charlotte, NC
    MS-Off Ver
    Excel 2003
    Posts
    2

    How do I validate data and then summarize corresponding amounts that matches the data?

    I have a list of people which have corresponding dollar amounts and I'd like to search that list, validate the last name, first name and email addresses and if they match, summarize the corresponding $ amounts into a second 'summary' tab. So if there are 2 or more rows of data for an individual person, the summary would add all the dollar amounts for the person into one summary line item on the summary tab.Validate and Summarize.xlsx

    I've attached a sample copy of the data to this post and was wondering if anyone would know how to

  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,695

    Re: How do I validate data and then summarize corresponding amounts that matches the data?

    Put this in D2 of your summary sheet:

    =SUMIFS('Raw Data'!D:D,'Raw Data'!A:A,A2,'Raw Data'!B:B,B2,'Raw Data'!C:C,C2)

    then copy down.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    03-18-2014
    Location
    Charlotte, NC
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: How do I validate data and then summarize corresponding amounts that matches the data?

    Thanks. That works perfectly. I also had to remove the duplicates from the summary tab. Much appreciated!

  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,695

    Re: How do I validate data and then summarize corresponding amounts that matches the data?

    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, I would like to inform you 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. Replies: 34
    Last Post: 01-21-2014, 03:07 PM
  2. MACRO to Calculate Amounts if ID matches in different sheet
    By eswonson in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-04-2013, 05:24 PM
  3. Replies: 2
    Last Post: 02-06-2012, 08:21 PM
  4. Help needed-need to summarize amounts
    By sa02000 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-02-2006, 06:10 AM
  5. Replies: 0
    Last Post: 07-27-2005, 06:05 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