+ Reply to Thread
Results 1 to 4 of 4

Index and Match...Maybe?

  1. #1
    Registered User
    Join Date
    10-04-2021
    Location
    Plymouth, Minnesota
    MS-Off Ver
    10
    Posts
    2

    Index and Match...Maybe?

    First post, so hopefully I explain what I am looking for clearly.

    At work I will be running a report that I will copy and paste into this new Excel file (located in attachment A thru I).
    I will then run the exact same report after I have been at work for 3 hours, I will copy and paste into this new Excel file (located in attachment K thru S)

    Running this report twice will let me know if the Tray has moved to a new Station.
    The Tray numbers won't always be in the same row, because if a Tray moves to a new Station that is not in my department, it will not show up on my report. This means I cannot rely on sorting the Tray number from small to large with the hopes of the Tray numbers being in the same row.

    The end goal is to have a formula in column U that will look at column K and O and tell me if there is an exact match in columns A and E (again, if there is an exact match they may not be in the same row).
    I'm guessing an Index & Match formula would be used for this, but I am not having any luck getting it done myself.

    In the attachment, column V will be deleted - I just put that there to show what I would like the results to show... I plan on doing some Conditional Formatting to it as well, but I can figure that part out on my own.

    Thank you in advance for helping me out.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,192

    Re: Index and Match...Maybe?

    In U2

    =IF(VLOOKUP($K2,$K$2:$O$9,5,FALSE)=VLOOKUP($K2,$A$2:$E$9,5,FALSE),"Did not move","Did Move")
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  3. #3
    Registered User
    Join Date
    10-04-2021
    Location
    Plymouth, Minnesota
    MS-Off Ver
    10
    Posts
    2

    Re: Index and Match...Maybe?

    Solved.

    Thank you

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,192

    Re: Index and Match...Maybe?

    You're welcome.

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

+ 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] INDEX+MATCH instead of VLOOKUP+MATCH, why is INDEX a better choice and how to re-write?
    By Renejorgensen in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-23-2016, 10:54 AM
  2. [SOLVED] Index / Match - match 3 input values and return the results from the index
    By t83357 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-08-2016, 07:34 PM
  3. [SOLVED] Match-Index in stead of Index-Match lookup Array among Arrays
    By Numnum in forum Excel General
    Replies: 2
    Last Post: 10-15-2015, 02:08 PM
  4. INDEX MATCH MATCH/OFFSET MATCH MATCH with named ranges
    By Andrew-Mark in forum Excel General
    Replies: 3
    Last Post: 02-27-2015, 10:56 PM
  5. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  6. Replies: 6
    Last Post: 11-08-2013, 10:29 PM
  7. Replies: 3
    Last Post: 05-02-2013, 01:31 AM

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