+ Reply to Thread
Results 1 to 2 of 2

Index and Match possibly? Look at two spreadsheets to compare Data and return a result

  1. #1
    Forum Contributor
    Join Date
    12-21-2004
    Location
    MN
    MS-Off Ver
    Microsoft 365
    Posts
    211

    Index and Match possibly? Look at two spreadsheets to compare Data and return a result

    I have two spreadsheets. One is called Item numbers and one is called Master List

    Item Numbers: Col A has the item number and Col B has the vendor number Col C has a Vendor Category
    Master List: Col C Has the Item Number and Col Q has the vendor number

    Basically I need to have a formula to say, if what is in A & B on the Item Numbers sheet is the same as what is in C & Q on the Master List, then give me what is in Col C on the Item Number sheet.

    Hope that makes sense.
    I am not sure if this is an index and match function? I get confused when there are multiple columns and sheets to compare.

  2. #2
    Valued Forum Contributor
    Join Date
    01-16-2012
    Location
    England
    MS-Off Ver
    MS 365
    Posts
    1,397

    Re: Index and Match possibly? Look at two spreadsheets to compare Data and return a result

    As shown on the attached, where the formulae are in Col F of the Master List.

    Highlight formula in row 2,press CTRL+SHIFT+ENTER, and drag down to rest of range.

    =INDEX('ITEM NUMBERS'!$C$1:$C$6,MATCH(1,('MASTER LIST'!$C2='ITEM NUMBERS'!$A$1:$A$6)*('MASTER LIST'!$Q2='ITEM NUMBERS'!$B$1:$B$6),0))

    Ochimus
    Attached Files Attached Files

+ 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 possibly? Match data from one sheet to another
    By kg0332 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-01-2018, 05:29 PM
  2. [SOLVED] Index Match doesn't seem to return the result i want
    By eddyble in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 07-30-2017, 10:56 PM
  3. [SOLVED] Complex LOOKUP and Return Criteria possibly using INDEX/MATCH...
    By Ourkid123uk in forum Excel Formulas & Functions
    Replies: 22
    Last Post: 04-19-2017, 08:43 AM
  4. Index(Match to return 1 row below result
    By vitt4300 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-26-2016, 09:57 AM
  5. Index/Match to return values to compare
    By Iptgfs in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-01-2013, 12:39 PM
  6. Match index from multiple spreadsheets-Return sum of values
    By Bravo33 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-10-2013, 02:03 PM
  7. Replies: 4
    Last Post: 12-04-2012, 04:45 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