+ Reply to Thread
Results 1 to 12 of 12

Index and Match error

  1. #1
    Forum Contributor
    Join Date
    02-17-2005
    Location
    Wokingham
    MS-Off Ver
    365
    Posts
    111

    Index and Match error

    Hi All

    I need to update my product list with new prices. It is using the information from a small list to populate a much larger list. I can get the formula to work on a small sample of the data but, when I try and get it work for real I get error messages saying the data is the wrong type.

    =(INDEX($BQ$2:$BQ$3499,MATCH(BR2,$A$2:$A$86708,0)))

    Enclosed workbook shows the problem. I have cut the list in half to get in under 1mb but, you can see the issue.

    This is driving me nuts and if someone could help I would be very grateful.

    Steven811
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    31,193

    Re: Index and Match error

    I have no idea what you are trying to do:

    AF001 is matched in row 13350 where column B has another formula .

    MATCH(C13350,$A$2:$A$86708,1)) but column C entry is blank

    ????

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Index and Match error

    Use this:

    =IFERROR(INDEX($D$2:$D$3500,MATCH(C3,$A$2:$A$86708,0)),"Error")

    You were searching in the wrong columns...
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  4. #4
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Index and Match error

    I think you should read about MATCH() function first

    and your A and C columns doesn't contain any similar values (or the same)

    edit:
    refresh thread required

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

    Re: Index and Match error

    Try with this in "B2"
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    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".

  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. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,816

    Re: Index and Match error

    Quote Originally Posted by sandy666 View Post
    refresh thread required
    There is absolutely no need to start a new thread. Please continue here.
    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.

  7. #7
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Index and Match error

    I said refresh not fresh (by myself)

  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. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,816

    Re: Index and Match error

    Apologies. In that case, what do you mean?

  9. #9
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Index and Match error

    I should refresh thread before post

  10. #10
    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. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,816

    Re: Index and Match error

    Ah! I see.

  11. #11
    Forum Contributor
    Join Date
    02-17-2005
    Location
    Wokingham
    MS-Off Ver
    365
    Posts
    111

    Re: Index and Match error

    Thank you everyone for having a look.

    I realised that I had things back to front after using the suggestion from avk

    Top job

  12. #12
    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. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,816

    Re: Index and Match error

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

+ 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. unable to get match property error in userform derived index match
    By alexcrofut in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-05-2015, 09:21 PM
  2. [SOLVED] Index and Match Error
    By nironto in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 03-19-2015, 08:54 PM
  3. [SOLVED] #ref! Error ( using if, index and match )
    By DespoExcel in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 10-27-2014, 01:07 AM
  4. [SOLVED] INDEX/MATCH error in VBA
    By x65140 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-09-2014, 02:13 PM
  5. Replies: 3
    Last Post: 05-02-2013, 01:31 AM
  6. [SOLVED] INDEX MATCH Getting Error
    By sagar007 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-30-2012, 01:05 AM
  7. Index and Match #REF! Error
    By wjsok85 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-26-2010, 07:39 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