+ Reply to Thread
Results 1 to 10 of 10

Vlookup,two dimensional;match

Hybrid View

  1. #1
    Registered User
    Join Date
    01-26-2016
    Location
    seoul,south korea
    MS-Off Ver
    2013
    Posts
    23

    Vlookup,two dimensional;match

    Hellow,

    Can you please help in placing my values in corresponding index,please see jpg as well attached excel sheet.

    Thanks.
    Attached Images Attached Images
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,825

    Re: Vlookup,two dimensional;match

    You can use this formula in cell C2:

    =INDEX($F$2:$CG$101,MATCH(B2,$E$2:$E$101,0),MATCH(A2,$F$1:$CG$1,0))

    then use the fill handle on that cell to copy down.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    01-26-2016
    Location
    seoul,south korea
    MS-Off Ver
    2013
    Posts
    23

    Re: Vlookup,two dimensional;match

    Thanks a lot.
    but it is giving error of #N/A in 5000 cels ...remaining celss are okay

  4. #4
    Registered User
    Join Date
    01-26-2016
    Location
    seoul,south korea
    MS-Off Ver
    2013
    Posts
    23

    Re: Vlookup,two dimensional;match

    Range is same...But it is giving #N/A

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2406 (Windows 11 23H2 64-bit)
    Posts
    81,645

    Re: Vlookup,two dimensional;match

    Have you expanded the ranges to match your data?

    e.g.

    =INDEX($F$2:$CG$5001,MATCH(B2,$E$2:$E$5001,0),MATCH(A2,$F$1:$CG$1,0))
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  6. #6
    Registered User
    Join Date
    01-26-2016
    Location
    seoul,south korea
    MS-Off Ver
    2013
    Posts
    23

    Re: Vlookup,two dimensional;match

    werror.JPG

    Please see error.
    Range is same.

  7. #7
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2406 (Windows 11 23H2 64-bit)
    Posts
    81,645

    Re: Vlookup,two dimensional;match

    No, your range is much larger. You will need to make the formula match:

    =INDEX($F$2:$CG$8001,MATCH(B2,$E$2:$E$8001,0),MATCH(A2,$F$1:$CG$1,0))

  8. #8
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2406 (Windows 11 23H2 64-bit)
    Posts
    81,645

    Re: Vlookup,two dimensional;match

    Attach a sample workbook. Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.

  9. #9
    Registered User
    Join Date
    01-26-2016
    Location
    seoul,south korea
    MS-Off Ver
    2013
    Posts
    23

    Re: Vlookup,two dimensional;match

    You can find #N/A issue in end values.

    Thanks
    Attached Files Attached Files

  10. #10
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,825

    Re: Vlookup,two dimensional;match

    This is happening because the numbers that you have in column B are not matching exactly with those in column E. The first place where the errors occur is on row 2562, where the value for B is 36.2. However, the value in E34 is 36.2000000001 so it does not match the number exactly. Change it to 36.2 and the errors disappear. This next occurs for the value 36.6, and for several other values beyond that.

    Hope this helps.

    Pete

+ 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. VLOOKUP & MATCH Functions for Two-Dimensional Lookup
    By IMA_Saihat in forum Tips and Tutorials
    Replies: 7
    Last Post: 08-01-2019, 07:02 AM
  2. [SOLVED] 2 dimensional MATCH
    By David in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 06-14-2018, 05:49 AM
  3. Two dimensional Vlookup / Match help
    By gdamato in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-15-2016, 04:29 PM
  4. Two-Dimensional Match function
    By puneet1011 in forum Excel General
    Replies: 7
    Last Post: 04-02-2016, 06:55 AM
  5. Error when using 2-dimensional lookup (Vlookup with Match) - please help
    By d61660 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-24-2016, 02:00 PM
  6. Two dimensional vlookup?
    By lundx in forum Excel General
    Replies: 2
    Last Post: 01-07-2015, 01:41 PM
  7. MATCH Function for 2 dimensional range
    By andrewc in forum Excel General
    Replies: 2
    Last Post: 10-27-2011, 08:20 AM

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