+ Reply to Thread
Results 1 to 3 of 3

Index/Match greater than 255 characters using LEFT function

  1. #1
    Forum Contributor
    Join Date
    07-29-2013
    Location
    Oshawa
    MS-Off Ver
    Excel 2010
    Posts
    660

    Index/Match greater than 255 characters using LEFT function

    Hi everyone,

    I'm trying to do an index/match and I've run into an issue where if the match value is greater than 255 characters I get an error. I've created the following formula:

    Please Login or Register  to view this content.
    This works on match values less than 255 characters, but not on ones with more than 255 characters.

    Any have any ideas how to get around the 255 character limit? I've tried a few other ways I found online without success.

    Thanks!

  2. #2
    Registered User
    Join Date
    10-28-2008
    Location
    Turkey
    Posts
    88

    Re: Index/Match greater than 255 characters using LEFT function

    ,

    Here is solution, but in Turkish Language.

    http://www.excelgurusu.com/vlookup-s...-countifs-256/


    .

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

    Re: Index/Match greater than 255 characters using LEFT function

    Try it like this:

    =IFERROR(INDEX(Sheet1!L:L,MATCH(LEFT($B152,200)&"*",Sheet2!$O:$O,0)),"")

    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. [SOLVED] Embed left function in match/index function
    By Kyle18 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-12-2016, 05:17 AM
  2. Using LEFT, MID, or RIGHT within VLOOKUP or INDEX/MATCH/MATCH
    By eszeein2 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-05-2016, 03:38 PM
  3. Index-Match + LEFT Function
    By jyu65 in forum Excel General
    Replies: 8
    Last Post: 06-09-2015, 02:42 PM
  4. [SOLVED] INDEX/MATCH? - Return Value to left with IF function
    By macrav in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-02-2014, 04:05 PM
  5. [SOLVED] Index + Match to return result with Left function
    By Groovicles in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-21-2014, 02:35 PM
  6. [SOLVED] Left Function in Combination with IF, LOOKUP, MATCH, or INDEX?
    By superwhoever in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 10-29-2012, 01:31 AM
  7. Index Function with Match for Values Greater than 0
    By henraa in forum Excel General
    Replies: 5
    Last Post: 11-18-2011, 05:37 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