I have used a calculated field to multiply price by quantity
Totals of calculated field in pivot table give incorrect results.
How can I show the correct values in pivot?
Thanks.
I have used a calculated field to multiply price by quantity
Totals of calculated field in pivot table give incorrect results.
How can I show the correct values in pivot?
Thanks.
Last edited by baascore; 01-08-2014 at 03:39 AM.
try this attached file let me know
i thing in pivot table you can enter only max 10 formulaes...
hope this will work![]()
Thanks - Naveed
-----------------------------
If the suggestion helps you, then Click * to Add Reputation
To Attach File: Go Advanced>>Manage Attachments>>Add Files (In Top Right Corner)>>SelectFiles>>.........Locate Your File(s)>>Upload Files>>Done (In Bottom Right)
1. Use [code] code tags [\code]. It keeps posts clean, easy-to-read, and maintains VBA formatting.
2. If you are happy with a solution to your problem, mark the thread as [SOLVED] using the tools at the top.
Calculated field calculates SUM(Price)*SUM(Quantity) rather than SUM(Price*Quantity). It is easier to do the calculation in your data table and simply add the fields to the pivot table. (Your data is not in ideal format for a pivot table - Month should be one field rather than separate fields for each month.)
- Please remember to mark threads Solved with Thread Tools link at top of page.
- Please use code tags when posting code: [code]Place your code here[/code]
- Please read Forum Rules
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks