Simple data setup ... each record is a sales lead. Each record includes a result column - sold or unsold. Simple example might look like ...
Lead Result
6/1/10 Open
6/2/10 Sold
6/3/10 Sold
6/4/10 Unsold
I would like a "report" result like this ...
CountOfLead CountofResult=Sold Rate
4 2 50%
I have a working solution for it. But, using a PivotTable does anyone know how to ...
a) Filter only the Result field to pull "Sold" values, while all the Leads are counted? If I apply a normal filter to the table for only Result=Sold, CountOfLead = 2 and CountOfResult = 2. I want 4 and 2 respectively.
b) Get that rate calculation to work automatically in a PivotTable?
I don't think this is possible in a PivotTable, but thought I'd ask.
Thanks.
Lead Result
6/1/10 Open
6/2/10 Sold
6/3/10 Sold
6/4/10 Unsold
I would like a "report" result like this ...
CountOfLead CountofResult=Sold Rate
4 2 50%
I have a working solution for it. But, using a PivotTable does anyone know how to ...
a) Filter only the Result field to pull "Sold" values, while all the Leads are counted? If I apply a normal filter to the table for only Result=Sold, CountOfLead = 2 and CountOfResult = 2. I want 4 and 2 respectively.
b) Get that rate calculation to work automatically in a PivotTable?
I don't think this is possible in a PivotTable, but thought I'd ask.
Thanks.