ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   filter using "ends with" and 3 choices? Ex: ends with 1,2 or3 (https://www.excelbanter.com/excel-worksheet-functions/138052-filter-using-ends-3-choices-ex-ends-1-2-or3.html)

Debbie

filter using "ends with" and 3 choices? Ex: ends with 1,2 or3
 
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

Dave Peterson

filter using "ends with" and 3 choices? Ex: ends with 1,2 or3
 
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.



Debbie wrote:

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


--

Dave Peterson


All times are GMT +1. The time now is 05:13 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com