Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Brownjc96
 
Posts: n/a
Default 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   Report Post  
Naz
 
Posts: n/a
Default

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   Report Post  
Dave Peterson
 
Posts: n/a
Default

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   Report Post  
Brownjc
 
Posts: n/a
Default

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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Macro or Formula to remove Text from Cells smck Excel Worksheet Functions 6 May 11th 05 03:22 AM
Large amount of text in cells - Problem text.xls (0/1) Patrick Excel Discussion (Misc queries) 3 May 5th 05 04:10 PM
Clicking cells on sheet creates Text Box. How do I turn this off? Ken Excel Discussion (Misc queries) 3 April 27th 05 11:53 PM
How can I change a text to a cell's address? Antônio Sobral Excel Discussion (Misc queries) 0 February 15th 05 04:55 PM
Excel - counting cells containing a text string Pegasus Host Excel Worksheet Functions 4 February 12th 05 07:31 PM


All times are GMT +1. The time now is 03:35 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"