• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Insert calculated field into pivot

Hi i am trying to insert a simple calculated field

i have a count of products and a sum of products i want to find the avg

both update qty are from the same field

thanks if you can help

upload_2016-7-18_11-17-58.png
 

Attachments

  • upload_2016-7-18_11-14-28.png
    upload_2016-7-18_11-14-28.png
    68.2 KB · Views: 5
You can't do calculation on PivotTable columns. The calculation is based on data source columns.

If you have each Update_Qty as distinct row, you can just do Avg. column and you will get the result. If there are some aggregate rows, you need helper column for count and divide Update_Qty by that column.
 
Back
Top