+ Reply to Thread
Results 1 to 7 of 7

Count entries in a range formula required

  1. #1
    Forum Contributor
    Join Date
    12-15-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    672

    Count entries in a range formula required

    Good morning friends,
    In my file I want to count the entries in range b6:y6 in cell d4. I require a formula to count the entries range b6:y6 in cell d4.
    Now in my file there are 3 entries in the range b6:y6 which comes from the range b10:y10 as a result of formula in b6:y6, =b10 respectively.
    Please suggest me a formula to count entries. I used countif formula but there was a error incorrect formula.
    Thanking you in anticipation.

    Mukesh
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,412

    Re: Count entries in a range formula required

    Did you try this:

    =COUNTIF(B6:Y6,"<>0")

    Hope this helps.

    Pete

  3. #3
    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,048

    Re: Count entries in a range formula required

    Im not sure I understand what you want, but try this...
    =COUNTIF(B6:Y6,"<>0")
    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

  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,048

    Re: Count entries in a range formula required

    lol is there an echo in here, Pete?

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

    Re: Count entries in a range formula required

    two in a row for both.

    if entries will be all text ( i mean count only the text entries) you can also use something like this

    =COUNTA(B6:Y6)-COUNT((B6:Y6))
    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

  6. #6
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211

    Re: Count entries in a range formula required

    =countif(b6:y6,"*")

  7. #7
    Forum Contributor
    Join Date
    12-15-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    672

    Re: Count entries in a range formula required

    Hello Pete_UK,
    Thank you. It's working fine.

    Mukesh

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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