Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I want to count a specific data item from a range e.g. say the data below was
in column A and B on a spreadsheet: Department Name SALES John SALES Fred IT Sue FINANCE Stu SALES Jo HR Steve I want to count the number of times SALES occurs. I've tried DCOUNT/DCOUNTA but haven't got this to work. Any help appreciated! |
#2
![]() |
|||
|
|||
![]()
=COUNTIF(A:A,"sales")
Vaya con Dios, Chuck, CABGx3 "Stuart" wrote in message ... I want to count a specific data item from a range e.g. say the data below was in column A and B on a spreadsheet: Department Name SALES John SALES Fred IT Sue FINANCE Stu SALES Jo HR Steve I want to count the number of times SALES occurs. I've tried DCOUNT/DCOUNTA but haven't got this to work. Any help appreciated! |
#3
![]() |
|||
|
|||
![]()
Thanks CLR, that did the trick.
Is there a function that will count ALL values in the range i.e. SALES = 3 IT = 1 HR = 1 FINANCE = 1 Thanks. "CLR" wrote: =COUNTIF(A:A,"sales") Vaya con Dios, Chuck, CABGx3 "Stuart" wrote in message ... I want to count a specific data item from a range e.g. say the data below was in column A and B on a spreadsheet: Department Name SALES John SALES Fred IT Sue FINANCE Stu SALES Jo HR Steve I want to count the number of times SALES occurs. I've tried DCOUNT/DCOUNTA but haven't got this to work. Any help appreciated! |
#4
![]() |
|||
|
|||
![]()
To count all, try Count or CountA.
-- Damon Longworth Don't miss out on the 2005 Excel User Conference Sept 16th and 17th Stockyards Hotel - Ft. Worth, Texas www.ExcelUserConference.com "Stuart" wrote in message ... Thanks CLR, that did the trick. Is there a function that will count ALL values in the range i.e. SALES = 3 IT = 1 HR = 1 FINANCE = 1 Thanks. "CLR" wrote: =COUNTIF(A:A,"sales") Vaya con Dios, Chuck, CABGx3 "Stuart" wrote in message ... I want to count a specific data item from a range e.g. say the data below was in column A and B on a spreadsheet: Department Name SALES John SALES Fred IT Sue FINANCE Stu SALES Jo HR Steve I want to count the number of times SALES occurs. I've tried DCOUNT/DCOUNTA but haven't got this to work. Any help appreciated! |
#5
![]() |
|||
|
|||
![]()
You're welcome Stuart.............to count everything,
=COUNTA(A:A) To count everything EXCEPT "sales"........ =COUNTA(A:A)-COUNTIF(A:A,"SALES") Vaya con Dios, Chuck, CABGx3 "Stuart" wrote in message ... Thanks CLR, that did the trick. Is there a function that will count ALL values in the range i.e. SALES = 3 IT = 1 HR = 1 FINANCE = 1 Thanks. "CLR" wrote: =COUNTIF(A:A,"sales") Vaya con Dios, Chuck, CABGx3 "Stuart" wrote in message ... I want to count a specific data item from a range e.g. say the data below was in column A and B on a spreadsheet: Department Name SALES John SALES Fred IT Sue FINANCE Stu SALES Jo HR Steve I want to count the number of times SALES occurs. I've tried DCOUNT/DCOUNTA but haven't got this to work. Any help appreciated! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data Range Mess | Charts and Charting in Excel | |||
Pivot Table - max rows allowed in data range | Excel Discussion (Misc queries) | |||
data range props | Excel Discussion (Misc queries) | |||
data range properties | Excel Discussion (Misc queries) | |||
Extending a Chart Data Series from an Array - Can it be done? | Charts and Charting in Excel |