C
cdelarte
Hi Folks,
I need to create a pivot table based on un-normalized data arranged
similar to the following with the objective being to show the total
amount of each item that has been sold. Can I get a total count of
each item by direct manipulation in a pivot table, or do I need to
calculate this first in the source data?
date, TxnID, item1, item2, item3
jan1, 1, apple, banana, apple
jan2, 2, apple, apple, orange
jan3, 3, apple, banana, orange
jan3, 4, orange,orange,orange
Thanks
I need to create a pivot table based on un-normalized data arranged
similar to the following with the objective being to show the total
amount of each item that has been sold. Can I get a total count of
each item by direct manipulation in a pivot table, or do I need to
calculate this first in the source data?
date, TxnID, item1, item2, item3
jan1, 1, apple, banana, apple
jan2, 2, apple, apple, orange
jan3, 3, apple, banana, orange
jan3, 4, orange,orange,orange
Thanks