+ Reply to Thread
Results 1 to 5 of 5

HELP! Cant figure out how to calculate number of blanks per month

  1. #1
    Registered User
    Join Date
    10-16-2014
    Location
    Vancouver, WA
    MS-Off Ver
    2010
    Posts
    29

    Question HELP! Cant figure out how to calculate number of blanks per month

    Hello all..

    I am a newbie, and learning from reading the forums, and visiting youtube.

    I am trying to figure out how to calculate blanks (where no date is entered) versus actual dates... sum should equal amount of entries per month.
    I used the following to determine total entries per month:
    =SUMPRODUCT(--(TEXT(Sheet1!$B$2:$B$428,"yyyymmm")=$B$1&B2))

    I cant figure out how to break it out into opens(column B) versus closed (Column C) in sheet1 per month.

    I would appreciate any assistance you could provide me... Thank you.
    Attached Files Attached Files

  2. #2
    Forum Expert Debraj Roy's Avatar
    Join Date
    09-27-2012
    Location
    New Delhi,India
    MS-Off Ver
    Excel 2013
    Posts
    1,469

    Re: HELP! Cant figure out how to calculate number of blanks per month

    Hi Martin..

    Welcome to the Forum..

    Lil bit confused.. regarding Open & Closed cases.. as I dont think.. Sum of Open + Closed should be same as total number of entries..

    still you may get the idea how to proceed.. and idea.. of why not to use Merge in Excel..

    HELP.xlsx

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


    same for "FINREPORTDATE"

    PS: BTW.. (REQUESTEDDATE>0) is also not required.. in case of Month & year..
    Regards!
    =DEC2HEX(3563)

    If you like someone's answer, click the star to give them a reputation point for that answer...

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: HELP! Cant figure out how to calculate number of blanks per month

    Maybe this...

    I assume "Opens" means if a date is entered in column B?

    =SUMPRODUCT(--(TEXT(Sheet1!$B$2:$B$428,"yyyymmm")=$B$1&B2),--ISNUMBER(Sheet1!$B$2:$B$428))

    I assume "Closed" means dates in both columns B and C?

    =SUMPRODUCT(--(TEXT(Sheet1!$B$2:$B$428,"yyyymmm")=$B$1&B2),--ISNUMBER(Sheet1!$B$2:$B$428),--ISNUMBER(Sheet1!$C$2:$C$428))
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  4. #4
    Registered User
    Join Date
    10-16-2014
    Location
    Vancouver, WA
    MS-Off Ver
    2010
    Posts
    29

    Re: HELP! Cant figure out how to calculate number of blanks per month

    WOW! I see it now... I sometimes I wish it just sank much easier... I LOVE this stuff... wish I would have started much younger in life...
    Thank you very much! I do appreciate the quick response...

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: HELP! Cant figure out how to calculate number of blanks per month

    Quote Originally Posted by 1losthuman View Post
    I LOVE this stuff...
    Me too!

+ 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] calculate the number of a day within a month given the date
    By pkonte in forum Excel Formulas & Functions
    Replies: 23
    Last Post: 10-12-2012, 06:57 AM
  2. to calculate this month, this year, last year figure
    By mingali in forum Excel General
    Replies: 7
    Last Post: 08-07-2010, 03:22 AM
  3. Calculate week number in month
    By PRodgers in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-19-2010, 11:38 AM
  4. [SOLVED] How do I calculate number of Mondays in a given month in Excel?
    By Rossta in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-26-2006, 11:07 AM
  5. How to calculate number of month from 2008 in Excel?
    By Frank in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-07-2006, 09:45 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