> I have asked a similar question here awhile ago.
>
[quoted text clipped - 8 lines]
>
> -Bill
> Please confirm that you are performing the below steps....and getting
> incorrect results.
[quoted text clipped - 19 lines]
>
> XL2002, WinXP
No. Here's what I want to do. I want to filter for T. There is data in
the column that equals T, Ta, Tb, Tc, At, Bt, etc. I want to filter for
JUST T.
Ron Coderre - 11 Jun 2007 03:11 GMT
Select the column range of cells
From the Excel main menu:
<data><filter><autofilter>
Click the dropdown list
Now you have 2 options....
1) Select T from the list.......Done.
or
2)Choose: Custom
Then engage these settings:
Equals T
Click the [OK] button......Done
***********
Regards,
Ron
XL2002, WinXP
> > Please confirm that you are performing the below steps....and getting
> > incorrect results.
[quoted text clipped - 23 lines]
> the column that equals T, Ta, Tb, Tc, At, Bt, etc. I want to filter for
> JUST T.
DollarBill - 11 Jun 2007 12:32 GMT
> Select the column range of cells
>
[quoted text clipped - 14 lines]
>
> Click the [OK] button......Done
If I do this, it will filter rows that ONLY have T. That is not the case.
The data contains other letters too. I need a way to filter for a
standalone T.
Thanks.
Dave Peterson - 11 Jun 2007 12:51 GMT
> If I do this, it will filter rows that ONLY have T. That is not the case.
> The data contains other letters too. I need a way to filter for a
> standalone T.
What's the difference between "ONLY have a T" and "standalone T"?
> > Select the column range of cells
> >
[quoted text clipped - 20 lines]
>
> Thanks.

Signature
Dave Peterson
Beege - 11 Jun 2007 13:12 GMT
>> If I do this, it will filter rows that ONLY have T. That is not the case.
>> The data contains other letters too. I need a way to filter for a
>> standalone T.
>
> What's the difference between "ONLY have a T" and "standalone T"?
I think "ONLY a T means no other letters in the cell, like cell="T"
"standalone T" might look like cell="T ABC"
Beege
Dave Peterson - 11 Jun 2007 14:11 GMT
maybe
begins with T_ (T space character)
or
contains _T_ (space T space)
But who knows for sure??
> >> If I do this, it will filter rows that ONLY have T. That is not the case.
> >> The data contains other letters too. I need a way to filter for a
[quoted text clipped - 6 lines]
>
> Beege

Signature
Dave Peterson
Dave Peterson - 11 Jun 2007 17:13 GMT
I had to use:
Equals: *_t_*
(asterisk, space, t, space, asterisk)
containts: t
ignored my space characters.
> maybe
>
[quoted text clipped - 18 lines]
>
> Dave Peterson

Signature
Dave Peterson
DollarBill - 11 Jun 2007 17:32 GMT
>I had to use:
>
[quoted text clipped - 3 lines]
> containts: t
> ignored my space characters.
Ah-Hah...that's it. Thanks for that. Now it makes sense. * is any
character.
Nice job and thanks.
DollarBill - 11 Jun 2007 17:31 GMT
>> If I do this, it will filter rows that ONLY have T. That is not the
>> case.
>> The data contains other letters too. I need a way to filter for a
>> standalone T.
>
> What's the difference between "ONLY have a T" and "standalone T"?
Ta, Tb, Tc OR T.
>> > Select the column range of cells
>> >
[quoted text clipped - 21 lines]
>>
>> Thanks.