+ Reply to Thread
Results 1 to 5 of 5

How to use Lookup / Index to fetch data by matching two cells

  1. #1
    Forum Contributor
    Join Date
    02-27-2009
    Location
    Chennai, India
    MS-Off Ver
    Excel 2013
    Posts
    327

    How to use Lookup / Index to fetch data by matching two cells

    Column A & B have Data. When I put a entry in D cell, it should be matched with A cell & return corresponding B cell value in Cell E. I used lookup, which is working in small data, but in case of large data, it is not working.

    Please help/
    Attached Files Attached Files
    Ask me how to hate XL.

  2. #2
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,755

    Re: How to use Lookup / Index to fetch data by matching two cells

    How about
    =INDEX($B$2:$B$20,MATCH(D2,$A$2:$A$20,0))

  3. #3
    Forum Contributor
    Join Date
    02-27-2009
    Location
    Chennai, India
    MS-Off Ver
    Excel 2013
    Posts
    327

    Re: How to use Lookup / Index to fetch data by matching two cells

    Quote Originally Posted by Fluff13 View Post
    How about
    =INDEX($B$2:$B$20,MATCH(D2,$A$2:$A$20,0))
    Thanks a lot, it solved.

  4. #4
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,755

    Re: How to use Lookup / Index to fetch data by matching two cells

    You're welcome & thanks for the feedback

  5. #5
    Forum Expert tim201110's Avatar
    Join Date
    10-23-2011
    Location
    Russia
    MS-Off Ver
    2016, 2019
    Posts
    2,357

    Re: How to use Lookup / Index to fetch data by matching two cells

    =lookup(d2,$a$2:$b$1350)

+ 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] lookup / index or such function to fetch details
    By jilaba in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 02-01-2017, 11:23 PM
  2. [SOLVED] Only text values matching using index/match lookup - data type pro
    By Dave Peterson in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-06-2005, 07:05 PM
  3. [SOLVED] Only text values matching using index/match lookup - data type pro
    By Stanton in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 11:05 AM
  4. Only text values matching using index/match lookup - data type pro
    By Dave Peterson in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-06-2005, 06:05 AM
  5. [SOLVED] Only text values matching using index/match lookup - data type pro
    By Stanton in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 AM
  6. Only text values matching using index/match lookup - data type pro
    By Stanton in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 10:05 PM
  7. [SOLVED] Only text values matching using index/match lookup - data type pro
    By Stanton in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-01-2005, 09:05 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