Counting unique items in a pivot table
Posted by Mudface on October 16, 2001 3:48 AM
I have a pivot table linked to our company's raw products sheet. Each batch (of one of around 10 different products) has a different batch number and a selection of analyses. Each batch will be analysed several times, so may have several entries. The pivot table currently lists averages of the analyses and the number of entries made for each product by month.
Is there a way to count the number of unique batch number entries, so there will be a total of the number of batches for each product, rather than an overall total of entries? I've tried using a formula found on J Walkenbach's site =SUM(IF(FREQUENCY(data,data)>0,1,0)), however this doesn't get accepted. Any help greatly appreciated.