Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have this formula:
=COUNTIF(A1:A10,"sup") I want the sum of a few other acronyms as well. How can I retrieve the sum of several different acronyms within the same data range? Help!!! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Never mind. I got it =COUNTA(A1:A10)
"Skydiver" wrote: I have this formula: =COUNTIF(A1:A10,"sup") I want the sum of a few other acronyms as well. How can I retrieve the sum of several different acronyms within the same data range? Help!!! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=COUNTIF(A1:A10,"sup")+COUNTIF(A1:A10,"pus")
Would enable you to count specific entries Counta only tells you if there is an entry in a range i.e. non blank cells -- Russell Dawson Excel Student Please hit "Yes" if this post was helpful. "Skydiver" wrote: I have this formula: =COUNTIF(A1:A10,"sup") I want the sum of a few other acronyms as well. How can I retrieve the sum of several different acronyms within the same data range? Help!!! |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're right Russell! Thanks for posting! I wanted specific entries after
all. You guys are awesome!!! "Russell Dawson" wrote: =COUNTIF(A1:A10,"sup")+COUNTIF(A1:A10,"pus") Would enable you to count specific entries Counta only tells you if there is an entry in a range i.e. non blank cells -- Russell Dawson Excel Student Please hit "Yes" if this post was helpful. "Skydiver" wrote: I have this formula: =COUNTIF(A1:A10,"sup") I want the sum of a few other acronyms as well. How can I retrieve the sum of several different acronyms within the same data range? Help!!! |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=COUNTIF(A1:A10,"sup")+=COUNTIF(A1:A10,"dude")
Skydiver wrote: I have this formula: =COUNTIF(A1:A10,"sup") I want the sum of a few other acronyms as well. How can I retrieve the sum of several different acronyms within the same data range? Help!!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Should be easy but....... | Excel Discussion (Misc queries) | |||
Easy One | Excel Discussion (Misc queries) | |||
easy one! | Charts and Charting in Excel | |||
pls help, is there an easy way to | Excel Worksheet Functions | |||
new user with easy question? not easy for me | New Users to Excel |