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?
go about setting this up?
I am trying to filter a list of names using only the first letter. How do I
go about setting this up?
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.
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.
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,