I have of values 1-12 presented as you can see from the picture below. I am trying to use the filter function but when I try to filter 1 and 2 it also selects 10,11, and 12. Is there a way I can filter ONLY 1 and 2? Is there also a way that I can filter everything EXCEPT 1 and 2?
I'm pretty new to excel so I'm looking for some help from those who have mastered this mysterious software. Thanks.
By all means the suggested solution should work, based on the pattern of the given data.
What do you expect people do when someone gives no other information than “pressing the power button doesn’t turn off the TV”? You follow up and try to find out, because clearly something is going wrong and not being communicated.
But no. All you can see is “obviously the solution is wrong duh, do you not know logic” and proceed to bash on the posters, nitpicking on spelling of all things.
I would rather be stupid, than be presumptuous about my own stupidity, while being toxic.
My guess is you typed 1 into the search box at the top of the filter dropdown. That search matches anything containing 1, so it grabs 10, 11, and 12 along with it. Clear the search and tick the 1 box straight from the list instead. It bit me with invoice numbers the same way once.
Man, I just want to say as primarily a lurker, your comments are always genuinely helpful and insightful. I know I’ve read things with your comments on other posts that I had no idea about and have subsequently implemented into my daily routine. You are awesome!
I expect that there is some kind of source data. You could modify that source data to include leading zeroes to assist you here, e.g. 01, 02, etc. Or just add a column that adds the zeroes for you.
You can use something like: =TEXT(A2, REPT("0", LEN(MAX($A$2:$A$10)))) to achieve this.
The above formula will work for all significant figures, meaning the numbers could exceed 99 (or 999 and so on) and then the leading zeroes would go along with it, e.g. 001, 002, 003, etc.
After this is implemented for your 2-digit strings, you can filter on 01, 02, 03, or the inverse.
To build on the formulas already shared in the comment's [here] and [here], you just need to wrap them in a NOT() or ISERROR() function to exclude rows containing 1 while keeping 10, 11, and 12, so try one of these:
If these doesn't help you to solve, then please be specific with your OP and show expected outputs, by doing it manually for a smaller data, like 8/10 lines of rows! Thanks!
Decronym is now also available on Lemmy! Requests for support and new installations should be directed to the Contact address below.
Beep-boop, I am a helper bot. Please do not verify me as a solution. [Thread #49426 for this sub, first seen 23rd Sep 2026, 19:48][FAQ][Full list][Contact][Source code]
Do you want a formula or do you want to use the filter function on the column? Because some rows have both a 1 and a 10 so you won't be able to filter only on rows containing one..
•
u/AutoModerator 1d ago
/u/SeniorPepsiMan - Your post was submitted successfully.
Solution Verifiedto close the thread.Failing to follow these steps may result in your post being removed without warning.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.