+ Reply to Thread
Results 1 to 7 of 7

Need to Count number of occurrences and get percentage of total

  1. #1
    Bob Phillips
    Guest

    Re: Need to Count number of occurrences and get percentage of total

    =COUNTIF(B7:B222,">10")

    and

    =COUNTIF(B7:B222,"<10")

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "JennLee" <[email protected]> wrote in message
    news:[email protected]...
    > HELP !!
    > I have a list from which I need to count the number of occurrences of a

    cell
    > value greater than 10 and the number of occurrences of a cell value less

    than
    > 10 then return a percentage of the total count of rows.
    > I have a formula =COUNTA(A7:A222) that returns to me the number of
    > patients, but I need to get the above info of the therapy visits based on
    > greater than 10 and less than 10. Clear as mud?!!
    >
    > Ex: As below, it would be 4 patients with less than 10 therapy visits and

    3
    > patients with greater than 10 therapy visits -
    >
    > Jennifer 8
    > Tommy 9
    > Sally 15
    > John 8
    > Nick 12
    > Jessy 12
    > Alex 7
    >
    > Any help will be greatly appreciated!!




  2. #2
    JennLee
    Guest

    Re: Need to Count number of occurrences and get percentage of tota

    Thanks - that's perfect! But I also need to include the ones with the VALUE
    of 10 in the >10 count! In other words I need "10 AND Greater than 10" Is
    it possible?
    Thanks again in advance.
    --
    Jennifer Lee
    IS Coordinator/App Support


    "Bob Phillips" wrote:

    > =COUNTIF(B7:B222,">10")
    >
    > and
    >
    > =COUNTIF(B7:B222,"<10")
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "JennLee" <[email protected]> wrote in message
    > news:[email protected]...
    > > HELP !!
    > > I have a list from which I need to count the number of occurrences of a

    > cell
    > > value greater than 10 and the number of occurrences of a cell value less

    > than
    > > 10 then return a percentage of the total count of rows.
    > > I have a formula =COUNTA(A7:A222) that returns to me the number of
    > > patients, but I need to get the above info of the therapy visits based on
    > > greater than 10 and less than 10. Clear as mud?!!
    > >
    > > Ex: As below, it would be 4 patients with less than 10 therapy visits and

    > 3
    > > patients with greater than 10 therapy visits -
    > >
    > > Jennifer 8
    > > Tommy 9
    > > Sally 15
    > > John 8
    > > Nick 12
    > > Jessy 12
    > > Alex 7
    > >
    > > Any help will be greatly appreciated!!

    >
    >
    >


  3. #3
    Bob Phillips
    Guest

    Re: Need to Count number of occurrences and get percentage of tota

    Sorry, should have realised that

    =COUNTIF(B7:B222,">=10")

    Bob

    BTW - how can it be perfect if it doesn't do part of it? <bg>


    "JennLee" <[email protected]> wrote in message
    news:[email protected]...
    > Thanks - that's perfect! But I also need to include the ones with the

    VALUE
    > of 10 in the >10 count! In other words I need "10 AND Greater than 10"

    Is
    > it possible?
    > Thanks again in advance.
    > --
    > Jennifer Lee
    > IS Coordinator/App Support
    >
    >
    > "Bob Phillips" wrote:
    >
    > > =COUNTIF(B7:B222,">10")
    > >
    > > and
    > >
    > > =COUNTIF(B7:B222,"<10")
    > >
    > > --
    > >
    > > HTH
    > >
    > > RP
    > > (remove nothere from the email address if mailing direct)
    > >
    > >
    > > "JennLee" <[email protected]> wrote in message
    > > news:[email protected]...
    > > > HELP !!
    > > > I have a list from which I need to count the number of occurrences of

    a
    > > cell
    > > > value greater than 10 and the number of occurrences of a cell value

    less
    > > than
    > > > 10 then return a percentage of the total count of rows.
    > > > I have a formula =COUNTA(A7:A222) that returns to me the number of
    > > > patients, but I need to get the above info of the therapy visits based

    on
    > > > greater than 10 and less than 10. Clear as mud?!!
    > > >
    > > > Ex: As below, it would be 4 patients with less than 10 therapy visits

    and
    > > 3
    > > > patients with greater than 10 therapy visits -
    > > >
    > > > Jennifer 8
    > > > Tommy 9
    > > > Sally 15
    > > > John 8
    > > > Nick 12
    > > > Jessy 12
    > > > Alex 7
    > > >
    > > > Any help will be greatly appreciated!!

    > >
    > >
    > >




  4. #4
    JennLee
    Guest

    Need to Count number of occurrences and get percentage of total

    HELP !!
    I have a list from which I need to count the number of occurrences of a cell
    value greater than 10 and the number of occurrences of a cell value less than
    10 then return a percentage of the total count of rows.
    I have a formula =COUNTA(A7:A222) that returns to me the number of
    patients, but I need to get the above info of the therapy visits based on
    greater than 10 and less than 10. Clear as mud?!!

    Ex: As below, it would be 4 patients with less than 10 therapy visits and 3
    patients with greater than 10 therapy visits -

    Jennifer 8
    Tommy 9
    Sally 15
    John 8
    Nick 12
    Jessy 12
    Alex 7

    Any help will be greatly appreciated!!

  5. #5
    Bob Phillips
    Guest

    Re: Need to Count number of occurrences and get percentage of total

    =COUNTIF(B7:B222,">10")

    and

    =COUNTIF(B7:B222,"<10")

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "JennLee" <[email protected]> wrote in message
    news:[email protected]...
    > HELP !!
    > I have a list from which I need to count the number of occurrences of a

    cell
    > value greater than 10 and the number of occurrences of a cell value less

    than
    > 10 then return a percentage of the total count of rows.
    > I have a formula =COUNTA(A7:A222) that returns to me the number of
    > patients, but I need to get the above info of the therapy visits based on
    > greater than 10 and less than 10. Clear as mud?!!
    >
    > Ex: As below, it would be 4 patients with less than 10 therapy visits and

    3
    > patients with greater than 10 therapy visits -
    >
    > Jennifer 8
    > Tommy 9
    > Sally 15
    > John 8
    > Nick 12
    > Jessy 12
    > Alex 7
    >
    > Any help will be greatly appreciated!!




  6. #6
    JennLee
    Guest

    Re: Need to Count number of occurrences and get percentage of tota

    Thanks - that's perfect! But I also need to include the ones with the VALUE
    of 10 in the >10 count! In other words I need "10 AND Greater than 10" Is
    it possible?
    Thanks again in advance.
    --
    Jennifer Lee
    IS Coordinator/App Support


    "Bob Phillips" wrote:

    > =COUNTIF(B7:B222,">10")
    >
    > and
    >
    > =COUNTIF(B7:B222,"<10")
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "JennLee" <[email protected]> wrote in message
    > news:[email protected]...
    > > HELP !!
    > > I have a list from which I need to count the number of occurrences of a

    > cell
    > > value greater than 10 and the number of occurrences of a cell value less

    > than
    > > 10 then return a percentage of the total count of rows.
    > > I have a formula =COUNTA(A7:A222) that returns to me the number of
    > > patients, but I need to get the above info of the therapy visits based on
    > > greater than 10 and less than 10. Clear as mud?!!
    > >
    > > Ex: As below, it would be 4 patients with less than 10 therapy visits and

    > 3
    > > patients with greater than 10 therapy visits -
    > >
    > > Jennifer 8
    > > Tommy 9
    > > Sally 15
    > > John 8
    > > Nick 12
    > > Jessy 12
    > > Alex 7
    > >
    > > Any help will be greatly appreciated!!

    >
    >
    >


  7. #7
    Bob Phillips
    Guest

    Re: Need to Count number of occurrences and get percentage of tota

    Sorry, should have realised that

    =COUNTIF(B7:B222,">=10")

    Bob

    BTW - how can it be perfect if it doesn't do part of it? <bg>


    "JennLee" <[email protected]> wrote in message
    news:[email protected]...
    > Thanks - that's perfect! But I also need to include the ones with the

    VALUE
    > of 10 in the >10 count! In other words I need "10 AND Greater than 10"

    Is
    > it possible?
    > Thanks again in advance.
    > --
    > Jennifer Lee
    > IS Coordinator/App Support
    >
    >
    > "Bob Phillips" wrote:
    >
    > > =COUNTIF(B7:B222,">10")
    > >
    > > and
    > >
    > > =COUNTIF(B7:B222,"<10")
    > >
    > > --
    > >
    > > HTH
    > >
    > > RP
    > > (remove nothere from the email address if mailing direct)
    > >
    > >
    > > "JennLee" <[email protected]> wrote in message
    > > news:[email protected]...
    > > > HELP !!
    > > > I have a list from which I need to count the number of occurrences of

    a
    > > cell
    > > > value greater than 10 and the number of occurrences of a cell value

    less
    > > than
    > > > 10 then return a percentage of the total count of rows.
    > > > I have a formula =COUNTA(A7:A222) that returns to me the number of
    > > > patients, but I need to get the above info of the therapy visits based

    on
    > > > greater than 10 and less than 10. Clear as mud?!!
    > > >
    > > > Ex: As below, it would be 4 patients with less than 10 therapy visits

    and
    > > 3
    > > > patients with greater than 10 therapy visits -
    > > >
    > > > Jennifer 8
    > > > Tommy 9
    > > > Sally 15
    > > > John 8
    > > > Nick 12
    > > > Jessy 12
    > > > Alex 7
    > > >
    > > > Any help will be greatly appreciated!!

    > >
    > >
    > >




+ 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