![]() |
Newbie Question Column Adding Please Help
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 |
Newbie Question Column Adding Please Help
=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 |
Newbie Question Column Adding Please Help
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 |
All times are GMT +1. The time now is 02:56 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com