+ Reply to Thread
Results 1 to 5 of 5

Count occurances when value appears >=3 times

  1. #1
    Registered User
    Join Date
    05-26-2010
    Location
    Kent
    MS-Off Ver
    Excel 2003
    Posts
    53

    Count occurances when value appears >=3 times

    Hi All

    I need a formula that will count the number of times the number 4 appears in my row of data >=3 time

    Your help is appreciated

    Karen

  2. #2
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Count occurances when value appears >=3 times

    Hi Karen,

    I believe you can use Countif formula here but not sure about
    data >=3 time
    Upload a sample workbook to clarify .. thanks.

    Regards,
    DILIPandey

    <click on below 'star' if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), [email protected]

  3. #3
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Count occurances when value appears >=3 times

    =if(COUNTIF(A1:A5,"=4")>=3,COUNTIF(A1:A5,"=4"),"less than 3")
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  4. #4
    Registered User
    Join Date
    05-26-2010
    Location
    Kent
    MS-Off Ver
    Excel 2003
    Posts
    53

    Re: Count occurances when value appears >=3 times

    The number needs to be consecutive

    for example

    1,2,3,4,4,4,4,1,2,4,4,4 =2


    2,3,4,4,4,1,2,3,1,2,3,2 =1

  5. #5
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Count occurances when value appears >=3 times

    count 4 if consecutive...

    count consecutive.xlsx

+ 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