how to filter by the first digit of list

J

Jon

Hi,
I have the following 2 columns
ID Text
1000 abc
1001 def
1002 ……
1003
1004
2000
2001
2002
3000
3001
What I want to do is filtering the list by using for example the first 3 digit
For example, I want to filter by using 1000 and its sequence numbers 1001,
1002…..
How to do that
 
D

Daryl S

Jon -

If you are using AutoFilter, you can use the the Custom option. If your ID
field is text, use the 'Starts With' and the numbers you want to start with
(e.g. 100). If your ID field is numeric, then use 'Greater Than Or Equal To'
and 1000, then click the AND button, and use 'Less Than' and 2000.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top