+ Reply to Thread
Results 1 to 5 of 5

Count if.

  1. #1
    Registered User
    Join Date
    08-09-2010
    Location
    Eilat
    MS-Off Ver
    Excel 2003
    Posts
    20

    Count if.

    hello guys.

    im not really sure if its possible but i want to ask anyway.

    i got a row that contain a full year and it changes a day each 24 rows.. with the formula
    =40855+INT((ROWS($A$2:A2)-1)/24)

    i wanna know if there is an option to do a montly check on how many times a certain word is apeared in another certain row and i need it to count it montly.
    for example if in the current month it shows that word 18 time out of the whole month so it will show 18 in the count.

    its pretty complecated for me to explain so i attached an example on how it should look.

    i really hope its possible.
    thanks in advance.
    Amir.
    Attached Files Attached Files

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,043

    Re: Count if.

    What word you looking for?

    maybe this: =COUNTIF(B1:B10000, TRUE())
    Never use Merged Cells in Excel

  3. #3
    Registered User
    Join Date
    08-09-2010
    Location
    Eilat
    MS-Off Ver
    Excel 2003
    Posts
    20

    Re: Count if.

    thank you for the quick response.
    ive managed to get it working as i wanted it to be with the text and all.
    but i think the formula that im looking for is more complicated because i need it to count only the current month
    Last edited by amirshaneh; 11-07-2011 at 06:50 AM.

  4. #4
    Forum Expert
    Join Date
    12-03-2009
    Location
    Florence, Italy
    MS-Off Ver
    Excel 2019
    Posts
    1,796

    Re: Count if.

    Hi,

    maybe

    =SUMPRODUCT((B1:B10000=TRUE)*(MONTH(A1:A10000)=MONTH(TODAY())))

    Regards

  5. #5
    Registered User
    Join Date
    08-09-2010
    Location
    Eilat
    MS-Off Ver
    Excel 2003
    Posts
    20

    Re: Count if.

    its not working.
    never mind tought ive given up on that xD

+ 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