+ Reply to Thread
Results 1 to 3 of 3

Lookup the value

  1. #1
    Valued Forum Contributor
    Join Date
    01-11-2012
    Location
    Riyadh, K.S.A.
    MS-Off Ver
    Windows 11 with Excel 2013 & 2016
    Posts
    900

    Lookup the value

    Hello,

    I am seeking help on below mentioned details.

    I am looking values in a list from Column E to Column B for matching. If the value match then the valued in column D to returned in Column A for match.

    Example:

    Name 17 with value 797100 is equals to Name 17 in B2 so the code shoureturn in A2

    I hope i have provide you the clear details. Sampel file is attached for more clarification.
    Attached Files Attached Files

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Lookup the value

    Try:

    =IFERROR(INDEX($D$2:$D$18,MATCH(B2,$E$2:$E$18,0)),"")

    copied down

    Note: Name17 in B2 should have a space like Name 17 in order to match...
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Valued Forum Contributor
    Join Date
    01-11-2012
    Location
    Riyadh, K.S.A.
    MS-Off Ver
    Windows 11 with Excel 2013 & 2016
    Posts
    900

    Re: Lookup the value

    Excelent and perfect solution. I don't know without excelforum how we will survive.

    Thanks for your solution topic closed and reputation added.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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