View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave F Dave F is offline
external usenet poster
 
Posts: 2,574
Default Excel Filtering Question

If the last character (reading left to right) on which you want to filter is
X, then: =IF(RIGHT(F23,1)="X",1,"") and fill down (correct cell reference as
appropriate).

Then filter the table for all rows which have a 1 value in this helper column.

"TA" wrote:

How do I Filter for the last character of a label in Excel 2003. I want to
find every entry that ends in a specific letter.
Thanks