+ Reply to Thread
Results 1 to 3 of 3

Matching Criteria

  1. #1
    Forum Contributor
    Join Date
    11-19-2014
    Location
    United States
    MS-Off Ver
    2010
    Posts
    137

    Matching Criteria

    I have a data base which is sheet 1 and an extract which is sheet 2. I want to take the total from the sheet 2 and have it to be populated into my total in sheet 1 with the matching criterias. How would I get the corresponding total from sheet 2?


    Sheet 1
    Serial # Name Total
    123456 Thomas
    7890 Joespeh

    Sheet 2
    Serial # Name Total
    123456 Thomas 55
    7890 Joeseph 40

    Thanks

  2. #2
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Matching Criteria

    =SUMPRODUCT(--(Sheet2!$A$2:$A$3=Sheet1!A2),--(Sheet2!$B$2:$B$3=Sheet1!B2),(Sheet2!$C$2:$C$3))
    Attached Files Attached Files

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Matching Criteria

    Another way...

    =SUMIFS(Sheet2!C:C,Sheet2!A:A,A2,Sheet2!B:B,B2)
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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. VBA Macro Dividing Values Based upon Matching Criteria and Description Criteria
    By pvsvprasad in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 09-18-2016, 12:39 PM
  2. [SOLVED] get value for matching criteria
    By jprlimey in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-28-2015, 04:34 PM
  3. Replies: 1
    Last Post: 09-03-2013, 07:41 PM
  4. [SOLVED] Return cell values for non-matching & matching criteria
    By jenz_skallemose in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 11-13-2012, 11:52 AM
  5. [SOLVED] Matching Criteria
    By akbar in forum Excel General
    Replies: 6
    Last Post: 10-12-2011, 04:48 AM
  6. help 2 criteria matching
    By ytja12 in forum Excel General
    Replies: 2
    Last Post: 08-26-2010, 08:37 PM
  7. Matching Criteria
    By lvsmr2 in forum Excel General
    Replies: 5
    Last Post: 03-04-2010, 08:16 AM

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