+ Reply to Thread
Results 1 to 11 of 11

Match Value Error

  1. #1
    Forum Contributor
    Join Date
    01-25-2021
    Location
    Atlanta, Georgia
    MS-Off Ver
    365
    Posts
    144

    Match Value Error

    Morning,

    I am trying to figure out this value error while using a match function but I have not yet had any luck. Any insight in what I am overlooking?

    Column C should either give a row number or "N/A"
    Attached Files Attached Files

  2. #2
    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. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,431

    Re: Match Value Error

    C1 contains a section instruction,not a question. You will never get a match with this:

    =MATCH($A2&C$1,$B:$B,FALSE)

    Explain in WORDS what you expect this formula to return.

    EDIT

    Try this:

    =MATCH($A2&"*",$B:$B,FALSE)
    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.

  3. #3
    Forum Contributor
    Join Date
    01-25-2021
    Location
    Atlanta, Georgia
    MS-Off Ver
    365
    Posts
    144

    Re: Match Value Error

    Thanks for your quick response Ali. Unfortunately I would need to use the entire question/instructions since zoom polls lay out that way.....and I need to match the answers to the exact question layout (See helper column B). What is unusual is I tried this same format in other question/instructions and it worked. Is there any way to achieve this while using C$1 with your suggestion of "*"?

  4. #4
    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. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,431

    Re: Match Value Error

    Ah, sorry - I see now. Well, I don't know how to deal with a lookup like this containing CHAR(10) (a line feed character). Someone else may have an idea.

  5. #5
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,077

    Re: Match Value Error

    Match is limited to 255 characters which is why it's not working, try Xmatch instead
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  6. #6
    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. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,431

    Re: Match Value Error

    Ooh!!!

    Thanks, Fluff - I hadn't clocked XMATCH's added benefit!

  7. #7
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,077

    Re: Match Value Error

    Nor had I. I was going to try using filter & thought about trying xmatch first.

  8. #8
    Forum Contributor
    Join Date
    01-25-2021
    Location
    Atlanta, Georgia
    MS-Off Ver
    365
    Posts
    144

    Re: Match Value Error

    It worked! Thank you

  9. #9
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,077

    Re: Match Value Error

    You're welcome & thanks for the feedback.

  10. #10
    Registered User
    Join Date
    12-13-2022
    Location
    New York
    MS-Off Ver
    10
    Posts
    10

    Re: Match Value Error

    If you are using INDEX as an array formula along with MATCH in order to be able to retrieve a value, you will need to convert your formula into an array formula, otherwise, you will see a #VALUE! error. Solution: INDEX and MATCH should be used as an array formula, which means you need to press CTRL+SHIFT+ENTER.

    Hope This Works,
    Peter

  11. #11
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,077

    Re: Match Value Error

    The OP is using 365 & therefore does not need to use Ctrl Shift Enter.

+ 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. Replies: 2
    Last Post: 07-06-2020, 10:12 AM
  2. [SOLVED] Index,Match,Match based on date Range - error in some cells
    By jmont in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-26-2019, 04:47 AM
  3. 2D Index match match & error trapping
    By Mikeyabosbht in forum Excel General
    Replies: 4
    Last Post: 08-02-2018, 03:46 PM
  4. Index Match Match Ref Error
    By gotebitda in forum Excel General
    Replies: 4
    Last Post: 04-20-2016, 06:23 PM
  5. 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
  6. [SOLVED] .Match with On Error: On Error Resume Next works. On Error GoTo only works once. Err.Clear
    By Doc.AElstein in forum Excel - New Users/Basics
    Replies: 28
    Last Post: 03-16-2015, 12:55 PM
  7. [SOLVED] Vlookup to Pivot Table, using Match function, returns error if can't find match value
    By AndrewHowarth in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-16-2015, 12:10 AM

Tags for this Thread

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