View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Cajeto 63 Cajeto 63 is offline
external usenet poster
 
Posts: 26
Default Pivot Cells Values

Hello everybody,


I'm trying to find a way to get cells values rather than numbers in the data
field of a pivot table. I only can get a count of names where I would like to
get actual names and it doesn't seems to be possible within the pivot table
standard options. Is there a chance for this to be possible with VB?

In order to make it easier to understand I show bellow what I mean:

What I get from a pivot table is:

Count of Nom Date
N° 3/12/2006 6/6/2006 12/3/2006 Grand Total
1 1 1
2 1 1
3 1 1
Grand Total 1 1 1 3


What I would like to get is:

Count of Nom Date
N° 3/12/2006 6/6/2006 12/3/2006 Grand Total
1 Albert 1
2 Bryan 1
3 Christina 1
Grand Total 1 1 1 3



Does anyone have a trick? It would help a lot.

Thank you.