Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Autofilter over 255 characters in a cell?

Hi All........
I use Excel 97, 2k, and XP and it appears that the limit for the number of
characters that the Autofilter can search in a cell is 255. Is there any way
to extend this, and/or does Excel 2003 or 2007 still have this same
limitation?

TIA
Vaya con Dios,
Chuck, CABGx3


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 533
Default Autofilter over 255 characters in a cell?

does Excel 2003 or 2007 still have this same limitation?

Appears unchanged, Chuck. I don't know of a way to change it either.


--
Jim
"CLR" wrote in message
...
| Hi All........
| I use Excel 97, 2k, and XP and it appears that the limit for the number of
| characters that the Autofilter can search in a cell is 255. Is there any
way
| to extend this, and/or does Excel 2003 or 2007 still have this same
| limitation?
|
| TIA
| Vaya con Dios,
| Chuck, CABGx3
|
|


  #3   Report Post  
Posted to microsoft.public.excel.programming
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Autofilter over 255 characters in a cell?

Thanks Jim.....
I'm making global abbreviations now, and if that don't get them all trimmed
down, will try splitting those cells into two cells with the MID formula and
then searching each separately...maybe.

Vaya con Dios,
Chuck, CABGx3



"Jim Rech" wrote:

does Excel 2003 or 2007 still have this same limitation?


Appears unchanged, Chuck. I don't know of a way to change it either.


--
Jim
"CLR" wrote in message
...
| Hi All........
| I use Excel 97, 2k, and XP and it appears that the limit for the number of
| characters that the Autofilter can search in a cell is 255. Is there any
way
| to extend this, and/or does Excel 2003 or 2007 still have this same
| limitation?
|
| TIA
| Vaya con Dios,
| Chuck, CABGx3
|
|



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Autofilter over 255 characters in a cell?

Maybe you could use this technique from Debra Dalgleish's site:
http://contextures.com/xlautofilter02.html#String



CLR wrote:

Hi All........
I use Excel 97, 2k, and XP and it appears that the limit for the number of
characters that the Autofilter can search in a cell is 255. Is there any way
to extend this, and/or does Excel 2003 or 2007 still have this same
limitation?

TIA
Vaya con Dios,
Chuck, CABGx3


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.programming
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Autofilter over 255 characters in a cell?

Thanks Dave...........
I did something similar.....I put this in a helper column and then filtered
on it...

=MID(K12,255,1024)

Vaya con Dios,
Chuck, CABGx3



"Dave Peterson" wrote:

Maybe you could use this technique from Debra Dalgleish's site:
http://contextures.com/xlautofilter02.html#String



CLR wrote:

Hi All........
I use Excel 97, 2k, and XP and it appears that the limit for the number of
characters that the Autofilter can search in a cell is 255. Is there any way
to extend this, and/or does Excel 2003 or 2007 still have this same
limitation?

TIA
Vaya con Dios,
Chuck, CABGx3


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Autofilter over 255 characters in a cell?

I like Debra's technique. It makes it easy to change the value that I'm looking
for.

CLR wrote:

Thanks Dave...........
I did something similar.....I put this in a helper column and then filtered
on it...

=MID(K12,255,1024)

Vaya con Dios,
Chuck, CABGx3

"Dave Peterson" wrote:

Maybe you could use this technique from Debra Dalgleish's site:
http://contextures.com/xlautofilter02.html#String



CLR wrote:

Hi All........
I use Excel 97, 2k, and XP and it appears that the limit for the number of
characters that the Autofilter can search in a cell is 255. Is there any way
to extend this, and/or does Excel 2003 or 2007 still have this same
limitation?

TIA
Vaya con Dios,
Chuck, CABGx3


--

Dave Peterson


--

Dave Peterson
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
excel 2007 autofilter change to 2003 autofilter functionality? jonnybrovo815 Excel Discussion (Misc queries) 1 April 19th 10 10:05 PM
2007 excel autofilter change back to 2003 autofilter? jonnybrovo815 Excel Discussion (Misc queries) 1 April 19th 10 05:53 PM
convert 5 characters in a cell to 6 characters by adding a zero Helenf Excel Discussion (Misc queries) 4 May 18th 09 04:43 PM
Excel custom autofilter- how to find wildcard characters but not as wildcards (e.g. "?") in a cell Keith Excel Discussion (Misc queries) 3 December 22nd 06 02:27 PM
Autofilter to search characters that begin with "* " Barb Reinhardt Excel Discussion (Misc queries) 1 November 16th 05 01:30 PM


All times are GMT +1. The time now is 12:14 AM.

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

About Us

"It's about Microsoft Excel"