+ Reply to Thread
Results 1 to 11 of 11

Vlookup and Index Match Problem with Data Validation

  1. #1
    Registered User
    Join Date
    04-01-2020
    Location
    USA
    MS-Off Ver
    Office 365
    Posts
    49

    Vlookup and Index Match Problem with Data Validation

    Hello,

    I've run into a problem using Vlookup and can't seem to find a solution anywhere for my situation. I also tried Match Index and that doesn't work either. Basically, I'm just trying to create a drop down list to quickly view certain values. I'm pretty sure the problem is the formula that is already in the cells I'm trying to retrieve. I used an "If" and "Sum if" function to total up groups (in this case stocks) and leave other cells blank. It looks like the Vlookup and Match Index think the value I want is "0" when the value actually exists. I don't want to change the formula if I don't have to since it finally where I want it.

    I attached a sample spreadsheet of what I'm referring to. Below the table in column B I have the drop down I would like to use. I'm trying to get matching values in columns G, I and K. I notice it does work with other columns so that is why I think it is the formula in those cells. I'm hoping someone here knows of a solution or work around for that.

    Thanks
    Last edited by Irish15; 04-08-2020 at 05:41 AM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,206

    Re: Vlookup and Index Match Problem

    Administrative Note:

    We would very much like to help you with your query, however the thread title does not really convey what your request is about. Explain thee NATURE of the problem, not what isn't working.

    Please take a moment to amend your thread title. Make sure that the title properly explains your request. Your title should be explicit and not be generic (this includes function names used without an indication of what you are trying to achieve).

    Please see Forum Rule #1 about proper thread titles and adjust accordingly. To edit the thread title, open the original post to edit and then click on Go Advanced (bottom right) to access the area where you can edit your title.

    (Note: this change is not optional. No help to be offered until this moderation request has been fulfilled.)

    Administrative Note:

    Although we value your privacy as much you do, it could be important that members have a rough idea of your location as the solutions they offer may be affected by your locale. For instance, you might in the future post questions which are related to your regional settings.

    With this in mind, please update your profile to something more precise (something such as UK, Europe, USA, UAE, etc. will suffice).

    Thank you for helping us to help you.
    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. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    04-01-2020
    Location
    USA
    MS-Off Ver
    Office 365
    Posts
    49

    Re: Vlookup and Index Match Problem

    I'm trying to use data validation to pull information from 3 columns (G, H, K). That setup is below the table in column B on my sample spreadsheet. Vlookup and Index Match don't work because I have specific formulas in those columns like =IF(B4=$B3,"",SUMIF(B:B,B4,F:F)) which I used to sum up the groups and leave other cells blank. When using the Vlookup function or Match index it says the value is "0" and I'm not sure how to get around that.

    Also, I should mention the "blue error arrow" pops up and points to the correct value but still shows 0. Its close to working but not sure what to do from here.
    Last edited by Irish15; 04-08-2020 at 05:33 AM.

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,206

    Re: Vlookup and Index Match Problem

    Thanks - please update the thread title accordingly, then you can get help. Don't forget to update your location, too: a broad indication, such as USA, UK or Europe, will suffice. Thanks.

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

    Re: Vlookup and Index Match Problem with Data Validation

    That's better - thanks!

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,206

    Re: Vlookup and Index Match Problem with Data Validation

    OK - where have you mocked up the expected outcome?

  7. #7
    Registered User
    Join Date
    04-01-2020
    Location
    USA
    MS-Off Ver
    Office 365
    Posts
    49

    Re: Vlookup and Index Match Problem with Data Validation

    Sorry about that. I have attached an updated spreadsheet with my expected outcome (highlighted in yellow). Thanks for your help.
    Last edited by Irish15; 04-08-2020 at 06:21 AM.

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

    Re: Vlookup and Index Match Problem with Data Validation

    OK - you need to limit the ranges of the formulae within the table, e.g.:

    =IF(B11=$B10,"",SUMIF($B$3:$B$13,B11,$F$3:$F$13))

    If you don't want to do this, then you will need to move your data out of the way (see attached).
    Attached Files Attached Files

  9. #9
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,206

    Re: Vlookup and Index Match Problem with Data Validation

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  10. #10
    Registered User
    Join Date
    04-01-2020
    Location
    USA
    MS-Off Ver
    Office 365
    Posts
    49

    Re: Vlookup and Index Match Problem with Data Validation

    Wow, didn't realize I just needed to move the location. Thanks so much! This was driving me nuts.

  11. #11
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,206

    Re: Vlookup and Index Match Problem with Data Validation

    It's because of the full column references in the table - this caused a circular reference error.

    Please mark as solved (see previous post).

+ 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] VLOOKUP or INDEX & MATCH PROBLEM...
    By Ourkid123uk in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 04-18-2017, 02:53 PM
  2. [SOLVED] Using vlookup with match and index my problem
    By khanaran in forum Excel General
    Replies: 3
    Last Post: 01-23-2017, 07:27 AM
  3. Index, Match and Vlookup problem
    By trumpetman in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-06-2013, 05:15 PM
  4. Replies: 6
    Last Post: 05-28-2013, 05:08 PM
  5. vlookup? match? index? MULTIPLE criteria for vlookup search problem....
    By aborg88 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 02-11-2013, 09:56 AM
  6. [SOLVED] Complicated Vlookup/index/match problem
    By Kramxel in forum Excel General
    Replies: 5
    Last Post: 08-17-2012, 09:13 AM
  7. VLOOKUP / INDEX / MATCH problem
    By claytorm in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-29-2007, 11:35 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