+ Reply to Thread
Results 1 to 2 of 2

Function limitation

Hybrid View

Guest Function limitation 03-04-2005, 01:06 PM
Guest Re: Function limitation 03-04-2005, 01:06 PM
  1. #1
    JayL
    Guest

    Function limitation

    All -
    Using the following function..=MATCH(CONCATENATE("*",A9,"*"),D3:D21,0)
    The D3 - D21 range consists of text only. Some cells contain 300 +
    characters and some less than 100.
    The function works fine on the lower character count cells but not on the
    higher.
    Is there a limitation in the function(s) I'm not aware of?

    -TIA
    -Jay



  2. #2
    Peo Sjoblom
    Guest

    Re: Function limitation

    The max is 255 characters, Btw, no need really for the CONCATENATE, it is a
    superfluous function, the same formula can be written

    =MATCH("*"&A9&"*",$D$3:$D$21,0)


    --

    Regards,

    Peo Sjoblom



    "JayL" <JayL@nospam.com> wrote in message
    news:kIWdnaSNXr38FLXfRVn-iQ@comcast.com...
    > All -
    > Using the following function..=MATCH(CONCATENATE("*",A9,"*"),D3:D21,0)
    > The D3 - D21 range consists of text only. Some cells contain 300 +
    > characters and some less than 100.
    > The function works fine on the lower character count cells but not on the
    > higher.
    > Is there a limitation in the function(s) I'm not aware of?
    >
    > -TIA
    > -Jay
    >
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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