Hello all,
I have a set of data, on which I run a pivot table. Each row in the data set describe a sale made by a salesperson. In each row we have:
salesperson, month of sale, profit on sale, transaction ID
The pivot shows the salespeople on the row labels and months on column labels.
The values shown are a count of the number of deals, performed by counting the transaction IDs
However, I want it to count only deals that have a profit higher than 0. Some of the rows show a profit = 0 and others a positive number.
How do I do that? I can't do it by using the row and column filtering... :[
One option is to add the profit variable to the Report Filter and uncheck "0", but I want a solution that will work even when I update the data set in the future. That is, if I enter more rows with profits in amounts that weren't there before, these won't be captured by the pivot table... :/
also, is there a way to do so without using VBAs or macros?
Thanks in advance for your help!
I have a set of data, on which I run a pivot table. Each row in the data set describe a sale made by a salesperson. In each row we have:
salesperson, month of sale, profit on sale, transaction ID
The pivot shows the salespeople on the row labels and months on column labels.
The values shown are a count of the number of deals, performed by counting the transaction IDs
However, I want it to count only deals that have a profit higher than 0. Some of the rows show a profit = 0 and others a positive number.
How do I do that? I can't do it by using the row and column filtering... :[
One option is to add the profit variable to the Report Filter and uncheck "0", but I want a solution that will work even when I update the data set in the future. That is, if I enter more rows with profits in amounts that weren't there before, these won't be captured by the pivot table... :/
also, is there a way to do so without using VBAs or macros?
Thanks in advance for your help!