View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Richard Mogy Richard Mogy is offline
external usenet poster
 
Posts: 27
Default PIVOT Table Display

I have a pivot table with three values,

Name sum of a 100
sum of b 100
sum of c 100


I would like it to display


Name sum of a 100 sum of b 100 sum of c 100


Is this possible?

Thanks in advance

Richard Mogy