+ Reply to Thread
Results 1 to 2 of 2

How to use COUNTIF formula to calculate open/closed issues

  1. #1
    Registered User
    Join Date
    08-19-2009
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    18

    How to use COUNTIF formula to calculate open/closed issues

    I'm attempting to build an Issue Register for projects I work on; I've got some formulas to track how many issues were opened or closed on any day, but I also want to keep a running tally of issues opened and closed over a 30 day period.
    I can't figure out how to do it!

    I have my data range for issues opened on a day and closed on a day, and I have my running 30 days, how do I calculate open and closed for a given 30 day period?

    Any help appreciated!
    Attached Files Attached Files
    Last edited by Larph; 08-19-2010 at 03:00 PM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: How to use COUNTIF formula to calculate open/closed issues

    If I've understood - you could combine 2 SUMIFs, eg:

    =SUMIF($J$7:$J$307,">"&$N7-30,K$7:K$307)-SUMIF($J$7:$J$307,">"&$N7,K$7:K$307)
    copied across matrix O7:P43

    or you could use a single SUMPRODUCT - I'd be inclined to use the SUMIFs myself.

    (note the upload is seemingly running on 1904 date system - ie J7 is showing as 13-Aug-2014 rather than 12-Aug-2010)

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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