I have a pivot and I need it to count the number of unique values. Is this
possible in a pivot?
Ian
If these are set as a row field it will only show the unique dates, you
could COUNTA the total rows or just see where they end up and deduct from
where they start

Signature
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
nick_hodgeTAKETHISOUT@zen.co.ukANDTHIS
web: www.nickhodge.co.uk
> I have a pivot and I need it to count the number of unique values. Is
> this
> possible in a pivot?
Add a column next to your original Dates column,
named CountD and enter this array formula:
=1/COUNTIF(Dates,Dates)
Include CountD in your PT as Sum of CountD
The Grand Total for Columns in your PT will show
the number of unique Dates in ROW.