![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 10
|
The COUNT function on a range (eg. =COUNTB3:B10)only works with numbers. Is there any way to make it work with text values in the cells?
Excel Help suggests a COUNTIF function but this is only useful with a certain piece of text (eg "apples") but i need it to count any text value. Cheers stiffrimpet |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Newcastle, UK
Posts: 1,174
|
Quote:
COUNTIF() could be use also e.g. =COUNTIF(Range,"*") * = any character (wildcard)
__________________
"Have a good time......all the time" Ian Mac |
|
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
|
|
|
|
|
|
|
#4 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Newcastle, UK
Posts: 1,174
|
I mean't any character the ISN'T a number
__________________
"Have a good time......all the time" Ian Mac |
|
|
|
|
|
#5 |
|
Board Regular
Join Date: Feb 2002
Location: Calgary, Alberta Canada
Posts: 2,065
|
look at Counta Countif A concise clear example would allow someone to give a more focused suggestion. |
|
|
|
|
|
#6 |
|
New Member
Join Date: Apr 2002
Posts: 10
|
The formula I have at the moment is:
=COUNT(Sheet1!A3:A200) The 'A' column is a list of names and so this formula doesnt work as the COUNT function only works with numbers. Cheers s=t=i=f=f=r=i=m=p=e=t |
|
|
|
|
|
#7 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
=COUNTA(Sheet1!A3:A200) |
|
|
|
|
|
|
#8 |
|
New Member
Join Date: Apr 2002
Posts: 10
|
thanks alot!
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|