Hello,
I have a spreadsheet with over 1600 rows of data. In Column A, there are around 250 or so unique values. I currently have column A filtered so that I can just look at the rows with the specific value I want to see in column A.
Is there a way to run a macro so that the filtered data would advance to the next unique value in the list?
Example:
If I have column A filtered to look at just Customer A, I want a macro that I could run just to change the filter to Customer B (and then C, then D, and so on...).
Doesn't seem like too big an issue, until you start getting down into the 125th customer name, do what you need to do and then change to customer #126 , you know?
Thanks!
I have a spreadsheet with over 1600 rows of data. In Column A, there are around 250 or so unique values. I currently have column A filtered so that I can just look at the rows with the specific value I want to see in column A.
Is there a way to run a macro so that the filtered data would advance to the next unique value in the list?
Example:
HTML:
Customer Name: Data Set 1: Data Set 2: Data Set 3:
Customer A This Thing That Thing Something Else
Customer A This Thing That Thing Something Else
Customer A This Thing That Thing Something Else
Customer B This Thing That Thing Something Else
Customer B This Thing That Thing Something Else
Customer C This Thing That Thing Something Else
Doesn't seem like too big an issue, until you start getting down into the 125th customer name, do what you need to do and then change to customer #126 , you know?
Thanks!