filter using "ends with" and 3 choices? Ex: ends with 1,2 or3

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to filter in a column using 3 choices: ends with 1, 2 or 3. I
cannot figure out how to add the third number
 
I add another column with a formula that evaluates the way I want:

=or(right(A2,1)={"1","2","3","X"})
or
=or(--right(a2,1)={1,2,3,9})
(if it's really a number)

then I filter to see the TRUEs.
 

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

Back
Top