+ Reply to Thread
Results 1 to 3 of 3

Task related Aging Report

  1. #1
    Registered User
    Join Date
    01-14-2015
    Location
    Chicago
    MS-Off Ver
    2010
    Posts
    55

    Task related Aging Report

    I am having trouble creating an aging report for issue reporting. Basically I have a number of tasks that were created each month and I have to report on which month they were closed and obviously if they are still open.

    Thank you,
    RJL3313
    Attached Files Attached Files

  2. #2
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Task related Aging Report

    It would help if your table did represent the data that you provided in order to know if the calculations are correct. Right now it is very confusing what you want as it appears that the value represents both Opened and Closed. For example C49 for January has a value but what does that value mean?
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Task related Aging Report

    I had to make a few changes to the column and row headers, so that each month was entered as a date andformattedto look like a month name. This formula was used to calculate the number of closd cases, C49 cpied across and down:
    =COUNTIFS($D$2:$D$43,">="&$B49,$D$2:$D$43,"<="&EOMONTH($B49,0),$E$2:$E$43,">="&C$48,$E$2:$E$43,"<="&EOMONTH(C$48,0))

    and this formula, the open cases, copied down:
    =COUNTIFS($D$2:$D$43,">="&$B49,$D$2:$D$43,"<="&EOMONTH($B49,0),$E$2:$E$43,"")

    there is something odd in your data. i have highlighted 3 cases that were closed months before they were opened!!!
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

+ 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] IF/OR for Aging Report
    By catt33 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-04-2014, 04:04 PM
  2. Aging report
    By GHORT in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-21-2012, 05:47 PM
  3. Aging Report
    By bkj2010 in forum Excel General
    Replies: 3
    Last Post: 09-27-2011, 06:42 AM
  4. [SOLVED] Aging Report
    By relats in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 03-08-2011, 03:50 AM
  5. aging report
    By galarza in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 08-13-2009, 07:25 AM
  6. Aging report
    By SABRINA7 in forum Excel General
    Replies: 9
    Last Post: 12-05-2008, 11:14 PM
  7. Help with Aging Report
    By KimberlyL in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-26-2005, 02:48 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