Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
JayL
 
Posts: n/a
Default 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   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

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" wrote in message
...
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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM
Trim function doesn't clean out ASCII Code 160 (Space) Ronald Dodge Excel Worksheet Functions 6 January 27th 05 03:48 AM
Formula to list unique values JaneC Excel Worksheet Functions 4 December 10th 04 12:25 AM
Offset, indirect, match function limitation on linked worksheets. NewAlgier Excel Worksheet Functions 1 December 6th 04 11:55 PM
Find a Function to use accross different worksheets R. Hale Excel Worksheet Functions 3 November 25th 04 07:07 AM


All times are GMT +1. The time now is 07:44 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"