James Perry
Member
I have a worksheet that contains rows of data.
Column A has rows of sales data for a month.
Cell A1 has the label Sales_Rep.
Col B1 has the label Sales_Value.
Col C1 has the label Mode_Of_Payment (Cash, Check, Card )
I do a 'remove duplicates' on column A that contains the names of sales persons.
That leaves only the unique names.
Then I do a Data Validation on the unique names.
Now I want to do a 'Advanced Filter' to display the 'sales rep and sales values' for each sales person for the month.
So I link the name on my criteria box to the DV cell.
The report works fine with the first name i select on the DV.
But when I select another sales name in the DV box the name in the criteria naturally changes but the output does not change.
That is my question ???
Million thanks gurus for ur valuable time and effort.
Sample as below. Hope that helps.
Sample as below -
myCriteria:
SalesRep SalesAmt MOP
Rick
Output as below:
SalesRep SalesAmt MOP
Rick 5000 Cash
Rick 2000 Credit
Rick 7000 Card
Column A has rows of sales data for a month.
Cell A1 has the label Sales_Rep.
Col B1 has the label Sales_Value.
Col C1 has the label Mode_Of_Payment (Cash, Check, Card )
I do a 'remove duplicates' on column A that contains the names of sales persons.
That leaves only the unique names.
Then I do a Data Validation on the unique names.
Now I want to do a 'Advanced Filter' to display the 'sales rep and sales values' for each sales person for the month.
So I link the name on my criteria box to the DV cell.
The report works fine with the first name i select on the DV.
But when I select another sales name in the DV box the name in the criteria naturally changes but the output does not change.
That is my question ???
Million thanks gurus for ur valuable time and effort.
Sample as below. Hope that helps.
Sample as below -
myCriteria:
SalesRep SalesAmt MOP
Rick
Output as below:
SalesRep SalesAmt MOP
Rick 5000 Cash
Rick 2000 Credit
Rick 7000 Card
Last edited: