+ Reply to Thread
Results 1 to 4 of 4

count each cell that have a number and take that number and count.

  1. #1
    Vick
    Guest

    count each cell that have a number and take that number and count.

    I need to take a row and count each cell with a number that equal to and/or
    greater than 1. Each cell is counted as 1 and arrive at a total number. If
    that number equals to or greater than 3 then count as 1

    I used the =COUNTIF(a7:a10) which gives the number of cells with a number
    but don't know how to get it to add and if it equal to 3 or more to count as 1

  2. #2
    Biff
    Guest

    Re: count each cell that have a number and take that number and count.

    Hi!

    Try this:

    =IF(COUNTIF(A7:A10,">0")>2,1,COUNTIF(A7:A10,">0"))

    Biff

    "Vick" <[email protected]> wrote in message
    news:[email protected]...
    >I need to take a row and count each cell with a number that equal to and/or
    > greater than 1. Each cell is counted as 1 and arrive at a total number.
    > If
    > that number equals to or greater than 3 then count as 1
    >
    > I used the =COUNTIF(a7:a10) which gives the number of cells with a number
    > but don't know how to get it to add and if it equal to 3 or more to count
    > as 1




  3. #3
    Vick
    Guest

    Re: count each cell that have a number and take that number and co

    Thank you, Thank you, Thank you! It works beautifully.

    "Biff" wrote:

    > Hi!
    >
    > Try this:
    >
    > =IF(COUNTIF(A7:A10,">0")>2,1,COUNTIF(A7:A10,">0"))
    >
    > Biff
    >
    > "Vick" <[email protected]> wrote in message
    > news:[email protected]...
    > >I need to take a row and count each cell with a number that equal to and/or
    > > greater than 1. Each cell is counted as 1 and arrive at a total number.
    > > If
    > > that number equals to or greater than 3 then count as 1
    > >
    > > I used the =COUNTIF(a7:a10) which gives the number of cells with a number
    > > but don't know how to get it to add and if it equal to 3 or more to count
    > > as 1

    >
    >
    >


  4. #4
    Biff
    Guest

    Re: count each cell that have a number and take that number and co

    You're welcome. Thanks for the feedback!

    Biff

    "Vick" <[email protected]> wrote in message
    news:[email protected]...
    > Thank you, Thank you, Thank you! It works beautifully.
    >
    > "Biff" wrote:
    >
    >> Hi!
    >>
    >> Try this:
    >>
    >> =IF(COUNTIF(A7:A10,">0")>2,1,COUNTIF(A7:A10,">0"))
    >>
    >> Biff
    >>
    >> "Vick" <[email protected]> wrote in message
    >> news:[email protected]...
    >> >I need to take a row and count each cell with a number that equal to
    >> >and/or
    >> > greater than 1. Each cell is counted as 1 and arrive at a total
    >> > number.
    >> > If
    >> > that number equals to or greater than 3 then count as 1
    >> >
    >> > I used the =COUNTIF(a7:a10) which gives the number of cells with a
    >> > number
    >> > but don't know how to get it to add and if it equal to 3 or more to
    >> > count
    >> > as 1

    >>
    >>
    >>




+ 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