Problem with pivot table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to create a pivot table. I have the following fields: cust#,
item#, and quantities for different months.

I want the pivot table to look like this:

data
cust item jan feb march
123 1 1 2 3
123 2 4 5 6
124 1 1 1 1


etc


But I am getting

cust item Data
123 1 sum of January 1
sum of February 2
sum of March 3
123 2 sum of Jan etc


How do I do this?

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top