+ Reply to Thread
Results 1 to 5 of 5

COUNTIF issue

  1. #1
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Central Ohio
    MS-Off Ver
    Excel 2000, and 2010
    Posts
    654

    COUNTIF issue

    I want to count the number of cells in column I11:I52 that contain either the word "Running" and a number formated as (000.000). Some cells will have other words in them but I am only interested in the ones with a number or the word "Running". The formula below works for words but I do not know how to add a COUNTIF for numbers.

    Please Login or Register  to view this content.
    Jim O
    Last edited by JO505; 05-29-2011 at 09:13 PM.

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: COUNTIF issue

    =COUNTIF(I11:I52,"Running")+COUNTIF(I11:I52,"000.000") maybe
    oh its a real number just some formatting hmm
    =COUNTIF(I11:I52,"Running")+COUNT(I11:I52)
    Last edited by martindwilson; 05-29-2011 at 09:01 PM.
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Central Ohio
    MS-Off Ver
    Excel 2000, and 2010
    Posts
    654

    Re: COUNTIF issue

    Martain,

    That does not get it done. Here is a sample of the kind of Data in the column.
    Attached Files Attached Files

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: COUNTIF issue

    =COUNTIF(I5:I52,"Running")+COUNT(I5:I52) works fine

  5. #5
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Central Ohio
    MS-Off Ver
    Excel 2000, and 2010
    Posts
    654

    Re: COUNTIF issue

    Martin,

    Thank you. I'll just chalk it up to a senior moment.


    Jim O

+ 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