Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a column of data that contains either the letter n or the letter y.
How can I count the number of cells that contain the letter n? I would have thought this would be done with the COUNTA function but I can't see how. Thanks for any help. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way:
=COUNTIF(A:A,"n") In article , Arnold R wrote: I have a column of data that contains either the letter n or the letter y. How can I count the number of cells that contain the letter n? I would have thought this would be done with the COUNTA function but I can't see how. Thanks for any help. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() "JE McGimpsey" wrote: One way: =COUNTIF(A:A,"n") In article , Arnold R wrote: I have a column of data that contains either the letter n or the letter y. How can I count the number of cells that contain the letter n? I would have thought this would be done with the COUNTA function but I can't see how. Thanks for any help. Thanks very much for your help. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=COUNTIF(A1:A10,"N")
Assuming the data range is A1 to A10. You can change it as per the requirement. "Arnold R" wrote in message ... I have a column of data that contains either the letter n or the letter y. How can I count the number of cells that contain the letter n? I would have thought this would be done with the COUNTA function but I can't see how. Thanks for any help. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() "Gary" wrote: =COUNTIF(A1:A10,"N") Assuming the data range is A1 to A10. You can change it as per the requirement. "Arnold R" wrote in message ... I have a column of data that contains either the letter n or the letter y. How can I count the number of cells that contain the letter n? I would have thought this would be done with the COUNTA function but I can't see how. Thanks for any help. Thanks very much for your help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting Function | Excel Worksheet Functions | |||
Counting Function | Excel Worksheet Functions | |||
Counting Function | Excel Worksheet Functions | |||
Letter Counting Function | Excel Worksheet Functions | |||
A Function for Counting Since Last Time | Excel Worksheet Functions |