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

Trying to ID # of days span in a pivot table

Steve Marchesi

New Member
Hi,

I'm trying to use two specific completion dates attached to the same row of data in a table and use that data to identify average # of days- Example: Date Quote Completed & Date Quote Sent to customer- would like to track #of days between those two events related to specific row of data and determine the average for the entire data table. How would do this in a pivot table and how would I set this up?
Thanks,

Steve
 
Setup a calculated field as:
=Quote_complete - Quote_Sent
Add that field to your PT, and change the Value setting to show average.
 
Back
Top