+ Reply to Thread
Results 1 to 3 of 3

Search and match value cross multiple sheets and return values

  1. #1
    Registered User
    Join Date
    04-23-2021
    Location
    Australia
    MS-Off Ver
    2019
    Posts
    1

    Post Search and match value cross multiple sheets and return values

    Hi everyone,

    If anyone could help me out it would be greatly appreciated. I’ve tried to research myself referring to Youtube and guides, but I get so confused. I think index and match is what I’m trying to achieve.

    I have two sheets in my workbook, one being ‘order’ and the other being ‘data’
    I need to have the order number picked, and matched in ‘data’ sheet and return the value in column ‘score’

    Essentially, on the order sheet for 1-2342241 – I want the score and comment to have 8 and comment in the relevant column.

    This is a simplified example, the data I have spans 58 columns, and rows of 50 will be added daily.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    07-06-2004
    Location
    Northern California
    MS-Off Ver
    2K, 2003, 2010, O365
    Posts
    1,490

    Re: Search and match value cross multiple sheets and return values

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

    Copy F2, select F2:G7, paste.

    In your actual workbook you'd need to modify the ranges above for the actual ranges you're using.

  3. #3
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,471

    Re: Search and match value cross multiple sheets and return values

    May be in F2:
    =LOOKUP(2,1/(Data!$A$2:$A$10000=$B2),Data!B$2:B$10000)

    I am in doubt that with 50 records add daily, will order number repeat? Is it unique ID? If not, you may need to add date criteria to get the unique date-ID combination.
    Quang PT

+ 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. Index Match: search for a string and return multiple values
    By Zexall in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-23-2020, 09:20 AM
  2. Replies: 10
    Last Post: 08-20-2018, 11:43 AM
  3. Replies: 2
    Last Post: 05-27-2015, 12:45 AM
  4. [SOLVED] Return Multiple values from a column with index and match, and search criteria
    By marcusduton in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 02-15-2015, 09:59 PM
  5. Replies: 3
    Last Post: 06-25-2014, 02:40 PM
  6. Replies: 7
    Last Post: 08-04-2013, 03:41 PM
  7. [SOLVED] How to return multiple values that match a single search criteria?
    By JSallen in forum Excel General
    Replies: 4
    Last Post: 11-28-2012, 11:49 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