+ Reply to Thread
Results 1 to 3 of 3

How to match against two columns in different sheets

  1. #1
    Registered User
    Join Date
    01-08-2014
    Location
    Brisbane, Australia
    MS-Off Ver
    Excel 2010
    Posts
    20

    How to match against two columns in different sheets

    Hello,

    I'm hoping someone can please assist me with the attached spreadsheet example.

    Excel Query.xlsx

    Essentially, I would like to be able to match all the "Name"s in column B of Sheet 1, against the names in Column B of sheet 2.

    This would then result in the "Colour" being correlated from column D in sheet 2, with the "Colour" column in Sheet 1 against the appropriate name.

    Any help is greatly appreciated.

    Thank you,

    David

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: How to match against two columns in different sheets

    Try
    =VLOOKUP(B2,'Sheet 2'!B:D,3,0)
    or
    =INDEX('Sheet 2'!D:D,MATCH('Sheet 1'!B2,'Sheet 2'!B:B,0))
    and copy towards down
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  3. #3
    Registered User
    Join Date
    01-08-2014
    Location
    Brisbane, Australia
    MS-Off Ver
    Excel 2010
    Posts
    20

    Re: How to match against two columns in different sheets

    Perfect, the second option worked well. Thank you!

+ 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] Need help with match columns from different sheets,
    By elmnas in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-31-2015, 08:54 AM
  2. [SOLVED] Search Columns from Multiple Sheets If Match Populate Value from 1 of the sheets
    By kellyjo7 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-08-2014, 05:52 PM
  3. Replies: 9
    Last Post: 12-16-2013, 04:02 AM
  4. [SOLVED] Match columns between sheets and use corresponding data
    By SidVicious in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-07-2013, 02:17 PM
  5. Match two columns over two sheets
    By HangMan in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-24-2012, 10:08 AM
  6. Replies: 2
    Last Post: 06-29-2011, 01:36 PM
  7. Macro to match columns in two sheets
    By shekar goud in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-24-2009, 05:40 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