+ Reply to Thread
Results 1 to 4 of 4

counting categories of text cells

Hybrid View

  1. #1
    Brownjc96
    Guest

    counting categories of text cells

    I have four different categories that can be entered into a specific column,
    I would like to keep a running tally of each categorie. So as I add a new
    row of information, I fill in that column information, let's say I'm asking
    if person is right handed or left handed. I would like a tally of the number
    of lefties and righties on a separate tabbed sheet. Can anyone assist? JB

  2. #2
    Naz
    Guest

    RE: counting categories of text cells

    You could use this formula

    =COUNTIF($A$1:$A$10,"left")

    and it will count the number of occurances of lefties.
    of course instead of "left" in the formula you could reference a cell in a a
    table.

    Alternatively you could explore PivotTables

    --

    _______________________
    Naz,
    London


    "Brownjc96" wrote:

    > I have four different categories that can be entered into a specific column,
    > I would like to keep a running tally of each categorie. So as I add a new
    > row of information, I fill in that column information, let's say I'm asking
    > if person is right handed or left handed. I would like a tally of the number
    > of lefties and righties on a separate tabbed sheet. Can anyone assist? JB


  3. #3
    Dave Peterson
    Guest

    Re: counting categories of text cells

    Take a look at the =countif() function.

    =countif(Sheet1!B:B,"L")

    Will count the number of cells that contain L in column B of sheet2.

    Debra Dalgleish has some nice instuctions for counting at:
    http://www.contextures.com/xlFunctions04.html
    In particular:
    http://www.contextures.com/xlFunctions04.html#CountIf

    Brownjc96 wrote:
    >
    > I have four different categories that can be entered into a specific column,
    > I would like to keep a running tally of each categorie. So as I add a new
    > row of information, I fill in that column information, let's say I'm asking
    > if person is right handed or left handed. I would like a tally of the number
    > of lefties and righties on a separate tabbed sheet. Can anyone assist? JB


    --

    Dave Peterson

  4. #4
    Brownjc
    Guest

    Re: counting categories of text cells

    Home Run, thanks Dave!!! JB

    "Dave Peterson" wrote:

    > Take a look at the =countif() function.
    >
    > =countif(Sheet1!B:B,"L")
    >
    > Will count the number of cells that contain L in column B of sheet2.
    >
    > Debra Dalgleish has some nice instuctions for counting at:
    > http://www.contextures.com/xlFunctions04.html
    > In particular:
    > http://www.contextures.com/xlFunctions04.html#CountIf
    >
    > Brownjc96 wrote:
    > >
    > > I have four different categories that can be entered into a specific column,
    > > I would like to keep a running tally of each categorie. So as I add a new
    > > row of information, I fill in that column information, let's say I'm asking
    > > if person is right handed or left handed. I would like a tally of the number
    > > of lefties and righties on a separate tabbed sheet. Can anyone assist? JB

    >
    > --
    >
    > Dave Peterson
    >


+ 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