+ Reply to Thread
Results 1 to 6 of 6

count based on mounth

  1. #1
    Registered User
    Join Date
    10-23-2013
    Location
    egypt
    MS-Off Ver
    Excel 2010
    Posts
    3

    Lightbulb count based on mounth

    count based on mounth

    like =COUNTIFS(C:C;A4;G:G;"=10/2010")

    in need right formula

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,757

    Re: count based on mounth

    You can two dates to create a range, e.g.

    =COUNTIFS(C:C;A4;G:G;">="&DATE(2010;10;1);"<"&DATE(2010;11;1))
    Audere est facere

  3. #3
    Registered User
    Join Date
    10-23-2013
    Location
    egypt
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: count based on mounth

    didn't work

    ">="&DATE(2010;10;1);"<"&DATE(2010;11;1

    i think because of this mark ;

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,050

    Re: count based on mounth

    Hi and welcome to the forum

    did you try to change the ; in the dates to / or to whatever you have as a separator in your dates?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  5. #5
    Registered User
    Join Date
    10-23-2013
    Location
    egypt
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: count based on mounth

    yes but didn't work

  6. #6
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,757

    Re: count based on mounth

    Sorry, I missed a part out - should be

    =COUNTIFS(C:C;A4;G:G;">="&DATE(2010;10;1);G:G;"<"&DATE(2010;11;1))

+ 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. Removing duplicates in a count, count based on value in a different cell
    By omf_24 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 10-10-2013, 07:08 AM
  2. Replies: 1
    Last Post: 01-15-2013, 08:51 AM
  3. Replies: 11
    Last Post: 07-18-2012, 02:32 PM
  4. [SOLVED] Count Rows Based On User Input & Trigger Print Of Pages Out Of Count Result
    By wliang in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-09-2012, 02:45 AM
  5. a sum from one sheet and to put in an invoice for each mounth
    By thomasg in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 09-26-2005, 08:49 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