• 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.

Pivot Table - Difference between column values

russlindell

New Member
Is there a way to calculate the difference in values between different columns of a pivot table?

For example, what would be the best way to find the difference in an employees performance between Q3 and Q4 or between Q4 and the average of Q1, Q2 and Q3?

Thanks for any help.

Code:
      Q1 Q2 Q3 Q4 | Q4-Q3 | Q4 - AVG(Q1, Q2, Q3)
emp01 50 25 33 40 |  7    | ###
emp02 30 35 23 50 |  27   | ###
emp03 55 20 63 20 |  -43  | ###
 
Back
Top