+ Reply to Thread
Results 1 to 9 of 9

finding multiple values that match to return certain values in a row

  1. #1
    Registered User
    Join Date
    06-10-2019
    Location
    Denton, Texas
    MS-Off Ver
    Office Standard 2016
    Posts
    5

    finding multiple values that match to return certain values in a row

    I need to find a formula on sheet 1 that:
    • takes the data from a row in sheet 2 (4 different values)
    • finds those same values in a row on sheet 3 (not in the same order)
    • and then if those all match shows me those 5 values and also 2 more values in the same row on sheet 3 and 1 more from sheet 2 (each in it's own cell on the same row)
    Also the 1 additional value from sheet 2 can be different but the original 5 values are the same and I need them all listed.

    These are also dynamic, each time data is loaded into the sheets there will be different amounts of data to use so it needs to search for every row on sheet 2.

    I apologize if this is confusing, it's difficult to put this into words. I will gladly clarify the best that I can
    Last edited by TexasEE; 06-10-2019 at 02:28 PM.

  2. #2
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: finding multiple values that match to return certain values in a row

    Hi

    Welcome to the forum.

    Attach a sample workbook (not a picture or pasted copy). Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.

  3. #3
    Registered User
    Join Date
    06-10-2019
    Location
    Denton, Texas
    MS-Off Ver
    Office Standard 2016
    Posts
    5

    Re: finding multiple values that match to return certain values in a row

    Here is a sample of the data I am messing with
    Attached Files Attached Files

  4. #4
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: finding multiple values that match to return certain values in a row

    Hi


    In sheet2!L2 use the following formula and drag down
    Formula: copy to clipboard
    Please Login or Register  to view this content.



    In sheet1 use the following formulas to A2,B2,C2,D2,E2,F2 and G2 (sorry I do not know you want in H2) and drag down

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    See the file
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    06-10-2019
    Location
    Denton, Texas
    MS-Off Ver
    Office Standard 2016
    Posts
    5

    Re: finding multiple values that match to return certain values in a row

    For some reason it is downloading as a .php document, know any way to fix that?

  6. #6
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: finding multiple values that match to return certain values in a row

    Quote Originally Posted by TexasEE View Post
    For some reason it is downloading as a .php document, know any way to fix that?
    Are you referring to the post # 4 file?

    Try this with extension xlsb
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    06-10-2019
    Location
    Denton, Texas
    MS-Off Ver
    Office Standard 2016
    Posts
    5

    Re: finding multiple values that match to return certain values in a row

    Also I am confused at what this formula is supposed to be doing:
    =SUMPRODUCT(--(C2=Sheet3!$R$1:$R$2000)*(D2=Sheet3!$C$1:$C$2000)*(F2+0=Sheet3!$Q$1:$Q$2000)*(G2=Sheet3!$V$1:$V$2000)*ROW(A$1:A$2000))

  8. #8
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: finding multiple values that match to return certain values in a row

    That formula find the Excel row where
    C2=Sheet3!$R$1:$R$2000 and D2=Sheet3!$C$1:$C$2000 and F2+0=Sheet3!$Q$1:$Q$2000 and G2=Sheet3!$V$1:$V$2000

    For first row in sheet2 that value is 79 so Sheet3!$A$79:$AT$79 has all values we need.

  9. #9
    Registered User
    Join Date
    06-10-2019
    Location
    Denton, Texas
    MS-Off Ver
    Office Standard 2016
    Posts
    5

    Re: finding multiple values that match to return certain values in a row

    yeah I'm not sure what that value is, those numbers like 449-076-004-103 are the names of the harness' not actual equations

+ 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. Return Multiple Match Values in Excel Using INDEX-MATCH
    By chris1089 in forum Excel General
    Replies: 10
    Last Post: 06-15-2017, 09:25 AM
  2. index match, finding multiple values within one cell
    By yumpup in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 11-06-2015, 08:31 AM
  3. Using Index/Match to return multiple values for one match
    By superboy in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-10-2014, 06:21 PM
  4. Replies: 4
    Last Post: 05-12-2014, 07:10 PM
  5. [SOLVED] Finding Matches With Multiple Return Values
    By ajulian in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-27-2013, 11:20 AM
  6. Replies: 2
    Last Post: 07-17-2012, 11:53 AM
  7. Finding multiple values to return multiple values
    By blacksheep in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 01-14-2012, 09:08 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