Filter column A "Cases" if column B "Transaction Amount" has a value <25, also include >=
Any help with this is much appreciated.
I have a spreadsheet with 5000+ rows that currently contains two columns. Column "A" is for case numbers, and Column "B" is transaction amounts for those case numbers. There are duplicate case numbers with different transaction amounts ranging from .01 to 10000+, so I can have one case number containing multiple transaction amounts.
Here is my question.
If a case number has an amount <25, is there a way to filter every transaction for that case including the amounts >25?
If that is possible? Is there a way to filter all the 5000+ rows at once? The end result will show every case that has a transaction <25 including >=25.
Re: Filter column A "Cases" if column B "Transaction Amount" has a value <25, also include
When you say
show every case that has a transaction <25 including >=25.
it sounds like you want to filter by case number regardless of the value. Is that true? If not, please clarify. Perhaps you ca attach a copy of your file. De-sensitize the data if necessary.
You can say "THANK YOU" for help received by clicking the Star symbol at the bottom left of the helper's post.
Practice makes perfect. I'm very far from perfect so I'm still practising.
Re: Filter column A "Cases" if column B "Transaction Amount" has a value <25, also include
I'm trying to create a spreadsheet where we can paste the daily Case Numbers with the Transaction amounts, so these numbers will change every day. The issue is I will have Case numbers that have transactions with values above and below 25, while other cases will only have values above 25.
I attached a simple version of my spreadsheet.
So when I filter I want to display rows 4,5,6 for case 2 because it has a value less than 25.
along with rows 7, 8, 13, 14, 15, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 36, and 37.
...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer.
Then copy down & you can then filter on col C
Bookmarks