Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hello
i have cells from A1:A3 and A6:A10 which contain text strings. now what should be the formula if i want to count these cells ? (answer should be 8) what should also be the formula change if the cells would contain numbers ? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hmm,
Is this homework, we don't normally do that here we point people in the right direction. Look in Excel help for COUNTA COUNT and you should be able to work it out. -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "pierre" wrote: hello i have cells from A1:A3 and A6:A10 which contain text strings. now what should be the formula if i want to count these cells ? (answer should be 8) what should also be the formula change if the cells would contain numbers ? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=counta(a1:a3,a6:a10)
will count the cells that have anything in them -- numbers, text, even formulas that evaluat to "". =count(a1:a3,a6:a10) will count the cells that only have numbers in them. pierre wrote: hello i have cells from A1:A3 and A6:A10 which contain text strings. now what should be the formula if i want to count these cells ? (answer should be 8) what should also be the formula change if the cells would contain numbers ? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need help with Counting | Excel Discussion (Misc queries) | |||
counting function but not double counting duplicates | Excel Worksheet Functions | |||
Counting rows, then counting values. | Excel Discussion (Misc queries) | |||
Counting names in a column but counting duplicate names once | Excel Discussion (Misc queries) | |||
Counting | Excel Worksheet Functions |