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

Calculate Variance for dates with Pivot Table

Thomas Kuriakose

Active Member
Respected Sirs,

We have a table with members receiving jobs and the dates of received, dates of start of job and dates of issue of finished job are recorded.

I created a pivot to get the counts, but we need to check the variance in-between the different dates. I created a calculated field, but not able to get values for the date ranges and if there is a blank it should be skipped.

Thank you very much,

with regards,
thomas
 

Attachments

  • Variance for Received, Start & Issued Date and .xlsx
    15.4 KB · Views: 4
To a Pivot table dates in a data field are just random numbers in no specific order. Only way to get accurate values is to use a helper column in your data set & just have the pivot sum the field
 
Respected Sir,

Correct me if I am wrong.

So we need to add a column for each variance and then average the difference of values.

Thank you very much.

with regards,
thomas
 
you're looking at number of days between two dates right? then yes you'll need to add a formula for each variance in separate columns then use the pivot to show that data.
 
Respected Sir,

I inserted an extra column for getting the number of days between two dates and summarized with pivot table.

I would like to know whether we can calculate average or get the number of days excluding zeros and blanks in the pivot table to arrive at the actual number of days.

Thank you very much,

with regards,
thomas
 

Attachments

  • Variance for Received, Start & Issued Date and .xlsx
    21.1 KB · Views: 2
Back
Top