+ Reply to Thread
Results 1 to 10 of 10

Pivot Tables to Show Differences in Approval Dates

  1. #1
    Registered User
    Join Date
    06-30-2017
    Location
    Pittsburgh, PA
    MS-Off Ver
    2013
    Posts
    7

    Pivot Tables to Show Differences in Approval Dates

    I am attaching a snippet of the excel spreadsheet that I am currently working on. I am trying to develop metrics to state how many dates it takes between each approver to sign off on this document. I thought pivot tables would be the easiest way to show that, but I am not sure what combination I need to present correctly (or if this is even the best way).

    For example on row 2, the department manager approved on 8/22/17. It was approved by HR on 8/23/17, QA approved on 8/30/17, TN approved on 9/11/17, and DC signed off for final approval on 9/13/17. I would like the pivot table to easily tell me how many days it took between each approval person, which would somehow show 1d, 7d, 12d, 2d. It does not all have to be on 1 pivot table, as the number of days it took between dept. manager and HR could be a separate table, but I would be nice to have all on one.
    Attached Files Attached Files

  2. #2
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Pivot Tables to Show Differences in Approval Dates

    Could you show example result(s) ?

  3. #3
    Registered User
    Join Date
    06-30-2017
    Location
    Pittsburgh, PA
    MS-Off Ver
    2013
    Posts
    7

    Re: Pivot Tables to Show Differences in Approval Dates

    Hi sandy666
    I think you are wanting an how I envision the results to look like.

    I am hoping to have the title of document and then the differences between approval dates, so in the attached example (row 2) it would look something like this:
    Document Title PDM to HR HR to QA QA to TN TN to DC
    SOP-11057 1d 7d 12d 2d

  4. #4
    Valued Forum Contributor
    Join Date
    12-01-2016
    Location
    Planet Earth
    MS-Off Ver
    95 - 2016
    Posts
    343

    Re: Pivot Tables to Show Differences in Approval Dates

    In my example I used helper fields, which calculated the number of days between each approval.

    Such as
    • HR Approval After PDM: =SUM(P2-N2)
    • QA Approval After HR: =SUM(R2-P2)
    • TN Approval After QA: =SUM(T2-R2)
    • DC Approval After TN: =SUM(U2-T2)
    • Total Approval Days: =SUM(V2:Y2)

    Then I turned that in to a pivot table for reporting which consist of the Document Number, Document Title, and the fields above

    see attachment
    Attached Files Attached Files

  5. #5
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Pivot Tables to Show Differences in Approval Dates

    do you really need word "day(s)" after each number?
    it's no problem with it but ... doesn't make sense to me

  6. #6
    Registered User
    Join Date
    06-30-2017
    Location
    Pittsburgh, PA
    MS-Off Ver
    2013
    Posts
    7

    Re: Pivot Tables to Show Differences in Approval Dates

    No I do not actually need days - just more so a clarification that I am wanting the difference to be represented in days

  7. #7
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Pivot Tables to Show Differences in Approval Dates

    Because you've Excel 2013 you can use PowerQuery (Excel 2010/2013 as add-in) which is a good tool to do it what you want

    Edit: I overlooked post#3, sorry updated
    because Doc Type is not Document Title I added
    Doc Type | Document Number | Document Title | PDM to HR | HR to QA | QA to TN | TN to DC | Total

    so here is
    Last edited by sandy666; 09-25-2017 at 10:57 AM. Reason: file updated

  8. #8
    Registered User
    Join Date
    06-30-2017
    Location
    Pittsburgh, PA
    MS-Off Ver
    2013
    Posts
    7

    Re: Pivot Tables to Show Differences in Approval Dates

    Thank you both for these responses!!! They work great I appreciate your help and quickness!

  9. #9
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Pivot Tables to Show Differences in Approval Dates

    If that takes care of your original question, & to say Thanks, please click on Add Reputtion (bottom left corner of the post of the person(s) who helped you)
    then select Thread Tools from the menu (top right corner of your thread) and mark this thread as SOLVED.
    If you did it - ignore it.
    Thank you.

  10. #10
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Pivot Tables to Show Differences in Approval Dates

    here is Pivot Table without additional columns in source table

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Pivot Tables to show exact data with only a filter
    By sourabhg98 in forum Excel General
    Replies: 4
    Last Post: 02-08-2016, 01:15 PM
  2. How to show totals in pivot tables
    By GrumpyTom in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 12-05-2015, 09:09 AM
  3. [SOLVED] Pivot tables that show only certain data
    By Volle12 in forum Excel General
    Replies: 4
    Last Post: 08-18-2015, 05:29 AM
  4. Pivot tables (Values including symbols show as '0')
    By DONA7377 in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 07-09-2013, 07:26 AM
  5. Macro to sort pivot tables and only show dates for current week.
    By jcranst in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-01-2013, 08:06 AM
  6. Calculate orders past agreed dates in pivot table and averages in pivot tables
    By applesandpears in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 10-18-2012, 05:26 PM
  7. pivot tables show zeros
    By sueanne in forum Excel General
    Replies: 3
    Last Post: 03-01-2005, 07:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1