View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Abhay Abhay is offline
external usenet poster
 
Posts: 14
Default Count Unique in Pivot Table

I have a Excel sheet with data like
OBS name hours
obs1 abb 10
obs1 abb 12
obs1 abc 15

End result I would like to see is
obs 1 , count of unique name, sum of hours
obs1, 2, 37

In existing Pivot table if I use Count on name field it returns 3 as there
are three rows. I wish to have count on unique Name per obs. Thanks for help.