+ Reply to Thread
Results 1 to 18 of 18

Generate a report that compares the support efficiency

  1. #1
    Registered User
    Join Date
    11-07-2011
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    16

    Unhappy Generate a report that compares the support efficiency

    I need to generate a report that compares the support efficiency for the following months:

    Oct - Dec - 2010
    Jan - Nov - 2011 to be sorted month-wise

    This attachment has 2 important fields i.e.
    Date Created - The date when the ticket was opened
    Last Modified – The date when the ticket was closed with solution

    i.e create a column for age showing the no. of days for each ticket to be closed (Last Modified minus Date Created)

    The report may be in the following format:

    For Example: For the month of November 2011, the report shall be:

    Month: Nov 2011
    Total Ticket Closed: 2
    Total Resolution Time: (2+1) = 3
    Average Resolution time: (Total Resolution Time)/( Total Ticket) = 1.5


    cheers
    Sravanthi
    Attached Files Attached Files
    Last edited by sravanthi.boggaram; 11-10-2011 at 04:48 AM.

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Generate a report that compares the support efficiency

    Have a quick question -
    What about line number 7 which started in october but ended in november, for which month will it be counted?

    Also, will it work if the output is given in columnar form - like
    Month - Total Ticket Closed - Total Resolution Time - Avg Resolution Time
    Last edited by arlu1201; 11-08-2011 at 04:00 AM.

  3. #3
    Registered User
    Join Date
    11-07-2011
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    16

    Re: Generate a report that compares the support efficiency

    the "created date" is only counted (in this case October is taken)..

  4. #4
    Registered User
    Join Date
    11-07-2011
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    16

    Re: Generate a report that compares the support efficiency

    Yes.. the report could be in columnar form also!!

  5. #5
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Generate a report that compares the support efficiency

    Great - try this code and let me know -
    Please Login or Register  to view this content.
    Copy this code into a module.

  6. #6
    Registered User
    Join Date
    11-07-2011
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    16

    Re: Generate a report that compares the support efficiency

    the output i get is according to the attachment..


    can the report be generated in a new sheet (comprehensively for each month separately instead of repeating for each row)?

    In the existing sheet "count" alone can be added. Report in columnar form (i.e., Month
    Total Ticket Closed, Total Resolution Time, Average Resolution time) generated in new sheet.

    I would like to have this data for all the said months. Nov 2011 can be ignored and just until Oct 2011 from Oct 2010.
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    11-07-2011
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    16

    Re: Generate a report that compares the support efficiency

    For example:
    Month Total Ticket Closed Total Resolution Time Average Resolution time
    Oct 2010 10 23 2.3
    Nov 2010 12 24 2
    .
    .
    . and so on

  8. #8
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Generate a report that compares the support efficiency

    I am surprised that you are getting it repeated on several rows as i am getting it in comprehensive format. I have attached the output i receive.

    I have changed the code to move the data to another tab. This is the updated code -
    Please Login or Register  to view this content.

  9. #9
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Generate a report that compares the support efficiency

    If you still get it repeated, attach the workbook and let me check.
    Attached Files Attached Files
    Last edited by arlu1201; 11-08-2011 at 06:40 AM.

  10. #10
    Registered User
    Join Date
    11-07-2011
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    16

    Re: Generate a report that compares the support efficiency

    When I run the macro the get this error message box "Run time error".. i clicked "debug".. the output (as in the attachment) displays only the Month column for all rows(other columns are not there)..
    Attached Files Attached Files

  11. #11
    Registered User
    Join Date
    11-07-2011
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    16

    Re: Generate a report that compares the support efficiency

    I would like to have this report for Oct 2010, Nov 2010, Dec 2010, Jan 2011, Feb 2011... till Oct2011.
    Nov 2011 can be ignored.

  12. #12
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Generate a report that compares the support efficiency

    Oops i understand. You are using excel 2003 and i gave you a part of the code which is compatible with 2007. I will change it and get back to you soon.

  13. #13
    Registered User
    Join Date
    11-07-2011
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    16

    Re: Generate a report that compares the support efficiency

    Much Appreciated.. Thanks a ton!!

  14. #14
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Generate a report that compares the support efficiency

    Try this code -
    Please Login or Register  to view this content.

  15. #15
    Registered User
    Join Date
    11-07-2011
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    16

    Re: Generate a report that compares the support efficiency

    Works like a gem!!! Thank u so much arlu!! Will get back to u if I have doubts.. thank u once again

  16. #16
    Registered User
    Join Date
    11-07-2011
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    16

    Re: Generate a report that compares the support efficiency

    Hey arlu.. In sheet2.. the months should be in the reverse order right??

  17. #17
    Registered User
    Join Date
    11-07-2011
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    16

    Re: Generate a report that compares the support efficiency

    Hi arlu.. The month column in "Sheet2" should be in reverse order right??

  18. #18
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Generate a report that compares the support efficiency

    Hey sorry i was on vacation for a wk...is this issue solved?

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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