PC Review


Reply
Thread Tools Rate Thread

Advanced Filter Case Sensitive

 
 
Joseph S Johnson
Guest
Posts: n/a
 
      20th May 2004
Hi, Is there any way to make an advanced filter case
sensitive? For example, I want to type DOG in the criteria
range and run the filter and only pull records that are
DOG, not dog. Thanks very much.
 
Reply With Quote
 
 
 
 
Debra Dalgleish
Guest
Posts: n/a
 
      20th May 2004
In the criteria area, leave the heading cell blank
In the cell below, enter a formula that refers to the first row of data.
For example:

=EXACT(D2,"DOG")


Joseph S Johnson wrote:
> Hi, Is there any way to make an advanced filter case
> sensitive? For example, I want to type DOG in the criteria
> range and run the filter and only pull records that are
> DOG, not dog. Thanks very much.



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

 
Reply With Quote
 
Joseph S Johnson
Guest
Posts: n/a
 
      24th May 2004
Thank you very much. You helped me a little. I was a bit
vague when I first asked my question. Your technique
works, but I need to be able to pull for multiple
criteria...in other words, not just "PET = DOG", but
also "State = NJ" I can use your method on just one field,
but not several fields. Thanks though.
>-----Original Message-----
>In the criteria area, leave the heading cell blank
>In the cell below, enter a formula that refers to the

first row of data.
>For example:
>
>=EXACT(D2,"DOG")
>
>
>Joseph S Johnson wrote:
>> Hi, Is there any way to make an advanced filter case
>> sensitive? For example, I want to type DOG in the

criteria
>> range and run the filter and only pull records that are
>> DOG, not dog. Thanks very much.

>
>
>--
>Debra Dalgleish
>Excel FAQ, Tips & Book List
>http://www.contextures.com/tiptech.html
>
>.
>

 
Reply With Quote
 
Debra Dalgleish
Guest
Posts: n/a
 
      24th May 2004
Add more columns to the criteria, and write formulas for the additional
fields. Put all the criteria on the same row, if all conditions must be
met (e.g. Pet=DOG AND State=NJ), or on different rows if only one of the
conditions must be met (e.g. Pet=DOG OR State=NJ).

Joseph S Johnson wrote:
> Thank you very much. You helped me a little. I was a bit
> vague when I first asked my question. Your technique
> works, but I need to be able to pull for multiple
> criteria...in other words, not just "PET = DOG", but
> also "State = NJ" I can use your method on just one field,
> but not several fields. Thanks though.
>
>>-----Original Message-----
>>In the criteria area, leave the heading cell blank
>>In the cell below, enter a formula that refers to the

>
> first row of data.
>
>>For example:
>>
>>=EXACT(D2,"DOG")
>>
>>
>>Joseph S Johnson wrote:
>>
>>>Hi, Is there any way to make an advanced filter case
>>>sensitive? For example, I want to type DOG in the

>>

> criteria
>
>>>range and run the filter and only pull records that are
>>>DOG, not dog. Thanks very much.

>>
>>
>>--
>>Debra Dalgleish
>>Excel FAQ, Tips & Book List
>>http://www.contextures.com/tiptech.html
>>
>>.
>>

>



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

 
Reply With Quote
 
Peo Sjoblom
Guest
Posts: n/a
 
      24th May 2004
=AND(EXACT(D2,"DOG"),EXACT(E2,"NJ"))



=OR(EXACT(A5,"DOG"),EXACT(B5,"NJ"))

--


For everyone's benefit keep the discussion in the newsgroup.

Regards,

Peo Sjoblom

"Joseph S Johnson" <(E-Mail Removed)> wrote in message
news:1191201c441c1$b2096430$(E-Mail Removed)...
> Thank you very much. You helped me a little. I was a bit
> vague when I first asked my question. Your technique
> works, but I need to be able to pull for multiple
> criteria...in other words, not just "PET = DOG", but
> also "State = NJ" I can use your method on just one field,
> but not several fields. Thanks though.
> >-----Original Message-----
> >In the criteria area, leave the heading cell blank
> >In the cell below, enter a formula that refers to the

> first row of data.
> >For example:
> >
> >=EXACT(D2,"DOG")
> >
> >
> >Joseph S Johnson wrote:
> >> Hi, Is there any way to make an advanced filter case
> >> sensitive? For example, I want to type DOG in the

> criteria
> >> range and run the filter and only pull records that are
> >> DOG, not dog. Thanks very much.

> >
> >
> >--
> >Debra Dalgleish
> >Excel FAQ, Tips & Book List
> >http://www.contextures.com/tiptech.html
> >
> >.
> >



 
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
countif function: how to distinguish case/make case sensitive mvwoolner Microsoft Excel Worksheet Functions 3 18th Mar 2009 02:18 PM
case sensitive filter =?Utf-8?B?Q3ludGhpYQ==?= Microsoft Access 5 8th Aug 2007 01:27 AM
Case sensitive filter =?Utf-8?B?U2h1ZGRlcjc3Nw==?= Microsoft Excel Worksheet Functions 3 25th Feb 2007 11:26 PM
Case sensitive advanced filtering =?Utf-8?B?QmlnIFRvbnk=?= Microsoft Excel Misc 1 26th Jan 2005 08:22 PM
can advanced filter in excel filters case sensitive records priya Microsoft Excel Misc 1 20th May 2004 11:42 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:21 AM.