+ Reply to Thread
Results 1 to 12 of 12

Match index problems

  1. #1
    Forum Contributor
    Join Date
    09-02-2014
    Location
    England
    MS-Off Ver
    2013
    Posts
    116

    Match index problems

    Hi
    Can anyone help with a match index problem I am facing?

    On the attached I have a tab COST DB where I would like to record expenditure by category and item using drop down so when I add a new row I get a list of categories to choose from (which seems to be working) and in the Item column i should get the relevant item drop down options which doesn't seem to be working?

    Can anyone explain where I am going wrong

    Many Thanks

    Dave
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor PFDave's Avatar
    Join Date
    05-17-2012
    Location
    Milton Keynes, England
    MS-Off Ver
    Excel 2013
    Posts
    1,067

    Re: Match index problems

    Hi, I'm unable to look into this due to your named ranges referring to a sharepoint site.

    Do these actually display as #REF in your file?

    If so that's the start point for troubleshooting.
    Attached Images Attached Images

  3. #3
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Match index problems

    It's a problem with name manager. In which folder of your file name : YEAR END 2013 2014 TAX YEAR PAYMENT MADE.xlsx
    Kindly changes path accordingly.


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

  4. #4
    Forum Contributor
    Join Date
    09-02-2014
    Location
    England
    MS-Off Ver
    2013
    Posts
    116

    Re: Match index problems

    Thanks for your replies - its something I had working a few years ago but I had copied the formula from an online doc. How would I correct the name manager there are three items in their payment type, region column and region start which all read #REF!

  5. #5
    Valued Forum Contributor PFDave's Avatar
    Join Date
    05-17-2012
    Location
    Milton Keynes, England
    MS-Off Ver
    Excel 2013
    Posts
    1,067

    Re: Match index problems

    You need to update the Named Range providing a correct link and cell location to the list, or create a new list in this file and refer to that.

  6. #6
    Forum Contributor
    Join Date
    09-02-2014
    Location
    England
    MS-Off Ver
    2013
    Posts
    116

    Re: Match index problems

    Hi
    Im not sure if Ive done this correctly, I have removed all the contents in the name manager and created three new ones
    Attached Files Attached Files

  7. #7
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Match index problems

    You remove those three from name manager. You need to modify of those three.

    As per your earlier path is :
    PHP Code: 
    ='C:\personal\dave_selectivemanagement_co_uk\Documents\2014-2015\FINANCE\YEAR END 2013 2014 TAX YEAR PAYMENT MADE.xlsx'!Table2[[#Headers],[CATEGORY]] 
    You need to modify above path. If your file "YEAR END 2013 2014 TAX YEAR PAYMENT MADE.xlsx" in folder "D:\Tax\" (this is a example)
    You need to change
    PHP Code: 
    =D:\Tax\YEAR END 2013 2014 TAX YEAR PAYMENT MADE.xlsx'!Table2[[#Headers],[CATEGORY]] 
    If you don't know where is file save, then you
    >go to "Start"
    >"Search" > Click on "All files folder" mentioned file name as YEAR END 2013 2014 TAX*.xlsx
    >In look in select all folder "C:D:E"
    Click on "Search" tab

  8. #8
    Valued Forum Contributor PFDave's Avatar
    Join Date
    05-17-2012
    Location
    Milton Keynes, England
    MS-Off Ver
    Excel 2013
    Posts
    1,067

    Re: Match index problems

    Ok so this if you Data Validation statement to produce the dropdown in Item column

    =OFFSET(RegionStart,MATCH(A2,RegionColumn,0)-1,1,COUNTIF(RegionColumn,A2),1)

    You now do not have named ranges for RegionStart or RegionColumn so it can't create your list.

    Typically your RegionStart will be the top of the list and the RegionColumn would be the entire column.

    So you your list was in Column A with a header the region start would be from A2 and the region column would be A:A.

    But I am having to make assumptions here and it's possible this has been set up to be more dynamic. (So Region Column may be created by the Region Start which is found by a condition)

    however Data validation doesn't like two dynamic ranges so you will need to fix your second set of named ranges which I have done in the example attached. There may be a better solution out there though - such as AVK's input re updating the name manager

  9. #9
    Forum Contributor
    Join Date
    09-02-2014
    Location
    England
    MS-Off Ver
    2013
    Posts
    116

    Re: Match index problems

    Thanks that seems to work great, could I ask if I want to add further items to the categories where and how do I do that?

  10. #10
    Valued Forum Contributor PFDave's Avatar
    Join Date
    05-17-2012
    Location
    Milton Keynes, England
    MS-Off Ver
    Excel 2013
    Posts
    1,067

    Re: Match index problems

    Quote Originally Posted by faodavid View Post
    Thanks that seems to work great, could I ask if I want to add further items to the categories where and how do I do that?
    So because the dynamic range won't work, you need to add the item under the relevant list in sheet("VALIDATION") then in Name Manager expand the range for that list.

    If you give it a try now and let me know how you get on I can provide step by step notes if you need them

  11. #11
    Forum Contributor
    Join Date
    09-02-2014
    Location
    England
    MS-Off Ver
    2013
    Posts
    116

    Re: Match index problems

    That works fine - many thanks

  12. #12
    Valued Forum Contributor PFDave's Avatar
    Join Date
    05-17-2012
    Location
    Milton Keynes, England
    MS-Off Ver
    Excel 2013
    Posts
    1,067

    Re: Match index problems

    You're welcome, thanks for the Rep, speak soon.

+ 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] Problems with INDEX, MATCH
    By The Excel Noob in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-16-2016, 11:32 AM
  2. Index/Match Problems
    By n3mcx1 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-14-2015, 11:44 AM
  3. Problems applying INDEX-MATCH-MATCH function on other data
    By LennartB in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-13-2015, 05:33 AM
  4. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  5. Problems with INDEX,MATCH
    By j_Southern in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-25-2012, 02:55 PM
  6. Index Match Problems
    By markd87 in forum Excel General
    Replies: 1
    Last Post: 07-22-2011, 11:32 AM
  7. Index Match Problems
    By Zimbo in forum Excel General
    Replies: 3
    Last Post: 03-02-2011, 07:08 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