Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a column that I would like to tally up how many times text has been
entered. There are 300 rows and a number of these rows have yes entered - I would like to know have text. Thanks. Using 2007. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
=COUNTIF(A1:A300,"*?") Will count *only* text! -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "slavenp" wrote in message ... I have a column that I would like to tally up how many times text has been entered. There are 300 rows and a number of these rows have yes entered - I would like to know have text. Thanks. Using 2007. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=COUNTIF(A1:A300,"*")
"slavenp" wrote: I have a column that I would like to tally up how many times text has been entered. There are 300 rows and a number of these rows have yes entered - I would like to know have text. Thanks. Using 2007. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
A different interpretation............
=COUNTIF(A1:A300,"yes") Gord Dibben MS Excel MVP On Wed, 20 Feb 2008 06:51:04 -0800, slavenp wrote: I have a column that I would like to tally up how many times text has been entered. There are 300 rows and a number of these rows have yes entered - I would like to know have text. Thanks. Using 2007. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
whats it do | Excel Discussion (Misc queries) | |||
Whats going on with this column display? | Excel Discussion (Misc queries) | |||
What to do to fill column 2 with part of whats in column 1 | Excel Discussion (Misc queries) | |||
Whats the best way to... | Excel Worksheet Functions | |||
Whats the best way to... | Excel Worksheet Functions |