PC Review


Reply
Thread Tools Rate Thread

Custom Filtering - Limitations of the "Contains" option

 
 
Timothyg787
Guest
Posts: n/a
 
      22nd Jun 2008
I have a column with many values in it separated by a Pipe "|". In some
records the text string "QREG" is present. Yet when I use the auto - custom
fileter with the contains options selected nad enter the text QREG, the
filter does not work correctly and these records get filtered out instead of
remaining.

Is there limitations on the number of characters Excel can apply the
contains options to? Can you tell me any limitations excel may have using the
custom filter contains option?

Thank you.
 
Reply With Quote
 
 
 
 
Gord Dibben
Guest
Posts: n/a
 
      22nd Jun 2008
I cannot replicate your problem on my Excel 2003.

Pipe de-limited text containing QREG is properly filtered using "contains"

I don't believe there are limitations but how many characters would be in a cell
with "many values"


Gord Dibben MS Excel MVP


On Sun, 22 Jun 2008 08:06:00 -0700, Timothyg787
<(E-Mail Removed)> wrote:

>I have a column with many values in it separated by a Pipe "|". In some
>records the text string "QREG" is present. Yet when I use the auto - custom
>fileter with the contains options selected nad enter the text QREG, the
>filter does not work correctly and these records get filtered out instead of
>remaining.
>
>Is there limitations on the number of characters Excel can apply the
>contains options to? Can you tell me any limitations excel may have using the
>custom filter contains option?
>
>Thank you.


 
Reply With Quote
 
Timothyg787
Guest
Posts: n/a
 
      22nd Jun 2008
Hi Gord,
Thanks for the reply. What I have found is that if I move the text I am
filtering for closer to the beginning of the text in the cell the filter than
works. So, is it possible that the contains filter only works up until say
the first 255 characters.

Thanks,

"Gord Dibben" wrote:

> I cannot replicate your problem on my Excel 2003.
>
> Pipe de-limited text containing QREG is properly filtered using "contains"
>
> I don't believe there are limitations but how many characters would be in a cell
> with "many values"
>
>
> Gord Dibben MS Excel MVP
>
>
> On Sun, 22 Jun 2008 08:06:00 -0700, Timothyg787
> <(E-Mail Removed)> wrote:
>
> >I have a column with many values in it separated by a Pipe "|". In some
> >records the text string "QREG" is present. Yet when I use the auto - custom
> >fileter with the contains options selected nad enter the text QREG, the
> >filter does not work correctly and these records get filtered out instead of
> >remaining.
> >
> >Is there limitations on the number of characters Excel can apply the
> >contains options to? Can you tell me any limitations excel may have using the
> >custom filter contains option?
> >
> >Thank you.

>
>

 
Reply With Quote
 
Timothyg787
Guest
Posts: n/a
 
      22nd Jun 2008
Hi again Gord,
I am using Excel 2000.
I have tested further and find that if the character(s) I am filtering for
is within the first 255 characters then the filter works. As soon as the
character(s) being filtered for are beyond the 255 range the filter no longer
works correctly.
I used the LEN function to validate.

I may have more than a 1,000 characters in any given cell so as a tool the
filtering will not be useful if this limitation can not be altered.

Is there any way to increase this limitation?

Thanks,

"Gord Dibben" wrote:

> I cannot replicate your problem on my Excel 2003.
>
> Pipe de-limited text containing QREG is properly filtered using "contains"
>
> I don't believe there are limitations but how many characters would be in a cell
> with "many values"
>
>
> Gord Dibben MS Excel MVP
>
>
> On Sun, 22 Jun 2008 08:06:00 -0700, Timothyg787
> <(E-Mail Removed)> wrote:
>
> >I have a column with many values in it separated by a Pipe "|". In some
> >records the text string "QREG" is present. Yet when I use the auto - custom
> >fileter with the contains options selected nad enter the text QREG, the
> >filter does not work correctly and these records get filtered out instead of
> >remaining.
> >
> >Is there limitations on the number of characters Excel can apply the
> >contains options to? Can you tell me any limitations excel may have using the
> >custom filter contains option?
> >
> >Thank you.

>
>

 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      22nd Jun 2008
You can't change the behavior, but you can use a different technique:
http://contextures.com/xlautofilter02.html#String
(from Debra Dalgleish's site)

Timothyg787 wrote:
>
> Hi again Gord,
> I am using Excel 2000.
> I have tested further and find that if the character(s) I am filtering for
> is within the first 255 characters then the filter works. As soon as the
> character(s) being filtered for are beyond the 255 range the filter no longer
> works correctly.
> I used the LEN function to validate.
>
> I may have more than a 1,000 characters in any given cell so as a tool the
> filtering will not be useful if this limitation can not be altered.
>
> Is there any way to increase this limitation?
>
> Thanks,
>
> "Gord Dibben" wrote:
>
> > I cannot replicate your problem on my Excel 2003.
> >
> > Pipe de-limited text containing QREG is properly filtered using "contains"
> >
> > I don't believe there are limitations but how many characters would be in a cell
> > with "many values"
> >
> >
> > Gord Dibben MS Excel MVP
> >
> >
> > On Sun, 22 Jun 2008 08:06:00 -0700, Timothyg787
> > <(E-Mail Removed)> wrote:
> >
> > >I have a column with many values in it separated by a Pipe "|". In some
> > >records the text string "QREG" is present. Yet when I use the auto - custom
> > >fileter with the contains options selected nad enter the text QREG, the
> > >filter does not work correctly and these records get filtered out instead of
> > >remaining.
> > >
> > >Is there limitations on the number of characters Excel can apply the
> > >contains options to? Can you tell me any limitations excel may have using the
> > >custom filter contains option?
> > >
> > >Thank you.

> >
> >


--

Dave Peterson
 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      22nd Jun 2008
Thanks for the assist Dave.

I had forgotten about that 255 char limitation.

I think I now remember pointing someone to Debra's site some time ago for the
same issue.

As in.........before breakfast today<g>


Gord

On Sun, 22 Jun 2008 13:10:51 -0500, Dave Peterson <(E-Mail Removed)>
wrote:

>You can't change the behavior, but you can use a different technique:
>http://contextures.com/xlautofilter02.html#String
>(from Debra Dalgleish's site)
>
>Timothyg787 wrote:
>>
>> Hi again Gord,
>> I am using Excel 2000.
>> I have tested further and find that if the character(s) I am filtering for
>> is within the first 255 characters then the filter works. As soon as the
>> character(s) being filtered for are beyond the 255 range the filter no longer
>> works correctly.
>> I used the LEN function to validate.
>>
>> I may have more than a 1,000 characters in any given cell so as a tool the
>> filtering will not be useful if this limitation can not be altered.
>>
>> Is there any way to increase this limitation?
>>
>> Thanks,
>>
>> "Gord Dibben" wrote:
>>
>> > I cannot replicate your problem on my Excel 2003.
>> >
>> > Pipe de-limited text containing QREG is properly filtered using "contains"
>> >
>> > I don't believe there are limitations but how many characters would be in a cell
>> > with "many values"
>> >
>> >
>> > Gord Dibben MS Excel MVP
>> >
>> >
>> > On Sun, 22 Jun 2008 08:06:00 -0700, Timothyg787
>> > <(E-Mail Removed)> wrote:
>> >
>> > >I have a column with many values in it separated by a Pipe "|". In some
>> > >records the text string "QREG" is present. Yet when I use the auto - custom
>> > >fileter with the contains options selected nad enter the text QREG, the
>> > >filter does not work correctly and these records get filtered out instead of
>> > >remaining.
>> > >
>> > >Is there limitations on the number of characters Excel can apply the
>> > >contains options to? Can you tell me any limitations excel may have using the
>> > >custom filter contains option?
>> > >
>> > >Thank you.
>> >
>> >


 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      22nd Jun 2008
If you hadn't replied, the OP wouldn't have clarified the question.

So count it as a team solution, er, team work-around!

Gord Dibben wrote:
>
> Thanks for the assist Dave.
>
> I had forgotten about that 255 char limitation.
>
> I think I now remember pointing someone to Debra's site some time ago for the
> same issue.
>
> As in.........before breakfast today<g>
>
> Gord
>
> On Sun, 22 Jun 2008 13:10:51 -0500, Dave Peterson <(E-Mail Removed)>
> wrote:
>
> >You can't change the behavior, but you can use a different technique:
> >http://contextures.com/xlautofilter02.html#String
> >(from Debra Dalgleish's site)
> >
> >Timothyg787 wrote:
> >>
> >> Hi again Gord,
> >> I am using Excel 2000.
> >> I have tested further and find that if the character(s) I am filtering for
> >> is within the first 255 characters then the filter works. As soon as the
> >> character(s) being filtered for are beyond the 255 range the filter no longer
> >> works correctly.
> >> I used the LEN function to validate.
> >>
> >> I may have more than a 1,000 characters in any given cell so as a tool the
> >> filtering will not be useful if this limitation can not be altered.
> >>
> >> Is there any way to increase this limitation?
> >>
> >> Thanks,
> >>
> >> "Gord Dibben" wrote:
> >>
> >> > I cannot replicate your problem on my Excel 2003.
> >> >
> >> > Pipe de-limited text containing QREG is properly filtered using "contains"
> >> >
> >> > I don't believe there are limitations but how many characters would be in a cell
> >> > with "many values"
> >> >
> >> >
> >> > Gord Dibben MS Excel MVP
> >> >
> >> >
> >> > On Sun, 22 Jun 2008 08:06:00 -0700, Timothyg787
> >> > <(E-Mail Removed)> wrote:
> >> >
> >> > >I have a column with many values in it separated by a Pipe "|". In some
> >> > >records the text string "QREG" is present. Yet when I use the auto - custom
> >> > >fileter with the contains options selected nad enter the text QREG, the
> >> > >filter does not work correctly and these records get filtered out instead of
> >> > >remaining.
> >> > >
> >> > >Is there limitations on the number of characters Excel can apply the
> >> > >contains options to? Can you tell me any limitations excel may have using the
> >> > >custom filter contains option?
> >> > >
> >> > >Thank you.
> >> >
> >> >


--

Dave Peterson
 
Reply With Quote
 
Timothyg787
Guest
Posts: n/a
 
      22nd Jun 2008
Hi folks,
Works the charm, thank you the assistance.

Sincerely,
Tim

"Dave Peterson" wrote:

> If you hadn't replied, the OP wouldn't have clarified the question.
>
> So count it as a team solution, er, team work-around!
>
> Gord Dibben wrote:
> >
> > Thanks for the assist Dave.
> >
> > I had forgotten about that 255 char limitation.
> >
> > I think I now remember pointing someone to Debra's site some time ago for the
> > same issue.
> >
> > As in.........before breakfast today<g>
> >
> > Gord
> >
> > On Sun, 22 Jun 2008 13:10:51 -0500, Dave Peterson <(E-Mail Removed)>
> > wrote:
> >
> > >You can't change the behavior, but you can use a different technique:
> > >http://contextures.com/xlautofilter02.html#String
> > >(from Debra Dalgleish's site)
> > >
> > >Timothyg787 wrote:
> > >>
> > >> Hi again Gord,
> > >> I am using Excel 2000.
> > >> I have tested further and find that if the character(s) I am filtering for
> > >> is within the first 255 characters then the filter works. As soon as the
> > >> character(s) being filtered for are beyond the 255 range the filter no longer
> > >> works correctly.
> > >> I used the LEN function to validate.
> > >>
> > >> I may have more than a 1,000 characters in any given cell so as a tool the
> > >> filtering will not be useful if this limitation can not be altered.
> > >>
> > >> Is there any way to increase this limitation?
> > >>
> > >> Thanks,
> > >>
> > >> "Gord Dibben" wrote:
> > >>
> > >> > I cannot replicate your problem on my Excel 2003.
> > >> >
> > >> > Pipe de-limited text containing QREG is properly filtered using "contains"
> > >> >
> > >> > I don't believe there are limitations but how many characters would be in a cell
> > >> > with "many values"
> > >> >
> > >> >
> > >> > Gord Dibben MS Excel MVP
> > >> >
> > >> >
> > >> > On Sun, 22 Jun 2008 08:06:00 -0700, Timothyg787
> > >> > <(E-Mail Removed)> wrote:
> > >> >
> > >> > >I have a column with many values in it separated by a Pipe "|". In some
> > >> > >records the text string "QREG" is present. Yet when I use the auto - custom
> > >> > >fileter with the contains options selected nad enter the text QREG, the
> > >> > >filter does not work correctly and these records get filtered out instead of
> > >> > >remaining.
> > >> > >
> > >> > >Is there limitations on the number of characters Excel can apply the
> > >> > >contains options to? Can you tell me any limitations excel may have using the
> > >> > >custom filter contains option?
> > >> > >
> > >> > >Thank you.
> > >> >
> > >> >

>
> --
>
> Dave Peterson
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Registry Key to Set Junk E-mail Option to "No Automatic Filtering" SCC Microsoft Outlook Installation 1 16th Apr 2008 06:36 AM
"All" option in data filtering Dan Neely Microsoft Access Form Coding 6 16th Jul 2007 08:35 PM
Option Group Filtering Buttons produce "Automation Object" Error =?Utf-8?B?bnl0d29kZWVz?= Microsoft Access Forms 1 30th Mar 2006 10:15 PM
Chart Wizard \ Custom Types \ "Built-In" option missing ?? =?Utf-8?B?THVrZQ==?= Microsoft Excel Charting 0 20th Jul 2005 10:27 AM
expand limitations to "Credits" in "Custom Animations" =?Utf-8?B?RG9ubnlEbw==?= Microsoft Powerpoint 1 4th Jan 2005 05:20 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:16 PM.