How do I filter names using only the first letter?

M

Mr_Sparkly

I am trying to filter a list of names using only the first letter. How do I
go about setting this up?
 
A

Alan

Try using a helper column, If your data were in column A, in column B enter
=LEFT(A1,1)
and drag down to the end of your data list in column A, then sort by column
B
Regards,
Alan.
 
M

Mangus Pyke

I am trying to filter a list of names using only the first letter. How do I
go about setting this up?

Turn on your filter and set it to equal a* (if the letter you want to
filter is "a").

You can also, depending on version of Excel, select "Begins with"
instead of "Equals" in the filter criteria and use the first letter.

The asterisk is a wildcard.
 
M

Mangus Pyke

Try using a helper column, If your data were in column A, in column B enter
=LEFT(A1,1)
and drag down to the end of your data list in column A, then sort by column
B
Regards,
Alan.


Did he mean sort? He said filter..

(Actually a serious question..)

MP
 
A

Alan

He did indeed, error on my part. Doesn't really make any difference though,
Filter by column B, not sort by column B
Regards,
Alan.
 
M

Mangus Pyke

He did indeed, error on my part. Doesn't really make any difference though,
Filter by column B, not sort by column B
Regards,
Alan.

Cool.. he can also use wildcards in his filter or "Begins with" and
skip the whole helper column then.

Thanks,
MP-
 
A

Alan

Could do yes, and your advice is valid.
What I think is useful about using a helper column is that once its there,
it will show all the first letters of the column it refers to and therefore
be available for multiple filtering operations without the need to keep
selecting 'Custom' in the filter and entering filter criteria,
Regards,
Alan.
 
M

Mangus Pyke

Could do yes, and your advice is valid.
What I think is useful about using a helper column is that once its there,
it will show all the first letters of the column it refers to and therefore
be available for multiple filtering operations without the need to keep
selecting 'Custom' in the filter and entering filter criteria,

Certainly wouldn't argue with that.. I tend to work on the assumption
that adding columns when not necessary is a nice thing to avoid. I'm
probably a little closed-minded about this as a result of the fact
that I usually work with data extracts, and so I'm dealing with a
large number of columns.

Have a great weekend-

Mangus-
 
Top