Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I have a spreadsheet that has a column and the contents of the column is
either a "Y" or "N" I would like to know how to count (sum) the number of "Y"'s and "N"s to give me the total number of "Y"s and the total number of "N"'s Column A Y Y Y Y N N N N N Total Y 4 Total N 5 Thanks Tom |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=countif(A:A,"n")
=countif(a:a,"y") Tom Grassi wrote: I have a spreadsheet that has a column and the contents of the column is either a "Y" or "N" I would like to know how to count (sum) the number of "Y"'s and "N"s to give me the total number of "Y"s and the total number of "N"'s Column A Y Y Y Y N N N N N Total Y 4 Total N 5 Thanks Tom -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Dave
Thanks it works great Happy Holidays Tom "Dave Peterson" wrote in message ... =countif(A:A,"n") =countif(a:a,"y") Tom Grassi wrote: I have a spreadsheet that has a column and the contents of the column is either a "Y" or "N" I would like to know how to count (sum) the number of "Y"'s and "N"s to give me the total number of "Y"s and the total number of "N"'s Column A Y Y Y Y N N N N N Total Y 4 Total N 5 Thanks Tom -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Newbie Cell Reference Question... | New Users to Excel | |||
match and count words | Excel Worksheet Functions | |||
Column Chart Question | Excel Worksheet Functions | |||
Adding a KeyID column for sorting | New Users to Excel | |||
How can I sort an entire spreadsheet from a list | Excel Worksheet Functions |