+ Reply to Thread
Results 1 to 5 of 5

Adding a Date Formula to existing formula

  1. #1
    Forum Contributor
    Join Date
    03-19-2016
    Location
    Chicago, IL
    MS-Off Ver
    Office 2016 Professional
    Posts
    388

    Adding a Date Formula to existing formula

    Hello,

    This is my current formula - just counting the number 'Critical' references from F11:F32.

    Question 1:

    =COUNTIF($F$11:$F$32,"Critical")

    How would I modify this to include the number of "Critical" within 1 calendar month (meaning each month of the year)?

    Question 2:

    =COUNTIF($F$11:$F$32,"Critical")

    How would I modify this to include the number of "Critical" within 1 calendar month (meaning each month of the year) AND If Column G is = Open, count only those instances (within the calendar month)?

  2. #2
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Adding a Date Formula to existing formula

    Hi
    I suppose you can use
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    and
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    where G11:G32 are dates and H11:H32 gives the information if is "Open" or not

  3. #3
    Forum Contributor
    Join Date
    03-19-2016
    Location
    Chicago, IL
    MS-Off Ver
    Office 2016 Professional
    Posts
    388

    Re: Adding a Date Formula to existing formula

    My Column C has the Date of the Incident (for example: 09/12/2016).
    My Column F has the type of Incident (for example: Critical)

    When I use these two fields with your formula above, I get a value of 0, even though this would be the current month, and there is a critical issue. Any idea why I wouldn't be getting a value of '1' returned?

    =SUMPRODUCT(($F$11:$F$32="BCS Reset")*(MONTH($C$11:$C$32)=1))

  4. #4
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Adding a Date Formula to existing formula

    Hi
    The value 1 is for January. So if your month is September you must use 9 instead 1

  5. #5
    Valued Forum Contributor
    Join Date
    06-21-2013
    Location
    Bangladesh
    MS-Off Ver
    Excel 2000, Excel XP, Excel 2002, Excel 2007, Excel 2010, Excel 2013
    Posts
    975

    Re: Adding a Date Formula to existing formula

    If you want to do this with current month only then try this:
    Please Login or Register  to view this content.
    And this:
    Please Login or Register  to view this content.

+ 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. Replies: 3
    Last Post: 01-13-2016, 12:05 PM
  2. Adding to an existing formula !!!!!!!!!
    By hlb129 in forum Excel General
    Replies: 3
    Last Post: 02-10-2015, 08:02 AM
  3. Adding another formula to an existing one
    By JakeMann in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-14-2014, 08:22 AM
  4. Adding to an Existing Formula
    By jcl6543 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-05-2014, 12:58 AM
  5. [SOLVED] Adding a date formula to an existing formula
    By amasson in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-18-2014, 04:20 PM
  6. Adding to 2 existing formula
    By cmackay1 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-14-2012, 05:14 PM
  7. [SOLVED] Adding a match formula to an existing formula
    By pauldaddyadams in forum Excel General
    Replies: 8
    Last Post: 08-16-2012, 05:14 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