+ Reply to Thread
Results 1 to 9 of 9

How to generate reports/KPIs from data

  1. #1
    Registered User
    Join Date
    11-20-2014
    Location
    Birmingham, England
    MS-Off Ver
    Office 2007
    Posts
    4

    How to generate reports/KPIs from data

    Hi guys,

    I've been listing all of the cases raised within my department for the past couple of months. I am now trying to do the following;

    Show the number of issues raised each day
    Number of issues open at the end of each day
    Number of issues open that are older than a week

    The columns I've got are; Date of issue, time of issue, raised by, department, issue, topic, date completed, time completed, completed by, status.

    I really am a bit clueless in terms of how to do this. I know I can run some pivot tables and charts to show open vs closed issues, but I don't know what to do with my data to get the result I want!

    Any help or advice would be appreciated.

    Thanks,

    Rich

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: How to generate reports/KPIs from data

    Attach a sample workbook. Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic

    Give us something to play with. It would probably take us much longer to create one from scratch, than to answer your actual question.
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

  3. #3
    Registered User
    Join Date
    11-20-2014
    Location
    Birmingham, England
    MS-Off Ver
    Office 2007
    Posts
    4

    Re: How to generate reports/KPIs from data

    IT KPIs2.xlsx

    Please see the attached. I think I've got the hang of number of issues per day. Number of issues open at the end of each day has me stumped! And number of issues open older than a week, I can see you can filter the pivot table to have certain dates, but I can't see how I can do a formula to look at today's date and older than 7 days.

    Thanks!

    Rich

  4. #4
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: How to generate reports/KPIs from data

    EOD count is pretty simple:

    click your Pivot Table, click Options tab, then "Fields, Items, & Sets", choose Calculated Field

    I called mine "Open@EOD"

    Formula:
    =('Date Completed' >'Date of request' )

  5. #5
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: How to generate reports/KPIs from data

    As for the "still open within the last 7 days", you might be best served by just adding a column to your existing data since Pivot Tables don't support volatile functions like Now() and Today().

    Column L
    =([@[Date of request]]>(TODAY()-7))*([@Open]=1)

    And then just sum that in your Pivot as well.

  6. #6
    Registered User
    Join Date
    11-20-2014
    Location
    Birmingham, England
    MS-Off Ver
    Office 2007
    Posts
    4

    Re: How to generate reports/KPIs from data

    Sorry for the delayed response! Thanks so much for your help on this. I'm still struggling on part of this though!

    Quote Originally Posted by daffodil11 View Post
    EOD count is pretty simple:

    click your Pivot Table, click Options tab, then "Fields, Items, & Sets", choose Calculated Field

    I called mine "Open@EOD"

    Formula:
    =('Date Completed' >'Date of request' )
    I've managed to create the calculated field successfully. However, when I have the date completed being greater than the date request, the maximum value I can have is one. This is a problem, as there could be a day where two or more requests are open.

    For example:

    Date of Request is 02/01/2015. I could have four rows where the Date Completed is 06/01/2015. In theory, the EOD should show a value of 4 for that day. However it shows 1. I have tried setting the summarize value as sum, but this didn't make a difference.


    Quote Originally Posted by daffodil11 View Post
    As for the "still open within the last 7 days", you might be best served by just adding a column to your existing data since Pivot Tables don't support volatile functions like Now() and Today().

    Column L
    =([@[Date of request]=]=>(TODAY()-7))*([@Open]=1)

    And then just sum that in your Pivot as well.
    I have added this column with the formula. All values are showing as false. Do you know what might cause that?

    Thanks so much for the help.

  7. #7
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: How to generate reports/KPIs from data

    THE PLOT THICKENS! I will give it some time and see what my brain says.

  8. #8
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: How to generate reports/KPIs from data

    Did you update the values in the workbook? On the workbook you originally attached all of the dates are much older than today's current date. They should be false.

  9. #9
    Registered User
    Join Date
    11-20-2014
    Location
    Birmingham, England
    MS-Off Ver
    Office 2007
    Posts
    4

    Re: How to generate reports/KPIs from data

    Haha it does indeed!

    Yeah I've updated the values.

    I changed one of the dates of an open issue from November 20th 2014 to 06th January 2015, but that didn't update to true. Not sure why it wouldn't be setting the value to true?

+ 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. Hello, I generate MIS reports
    By Ragasandhya in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 07-07-2014, 02:48 AM
  2. Excel file with macro to update data & generate reports
    By Burt_100 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-19-2014, 12:51 PM
  3. Macro to generate reports for questionnaire (separate reports for every form)
    By skyvik24 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-25-2013, 05:25 AM
  4. ideas to generate multiple reports from data table
    By nickybrandi in forum Excel General
    Replies: 0
    Last Post: 09-22-2011, 07:57 PM
  5. generate reports via VBA
    By radhakrishnan82 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-26-2007, 01:05 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