Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, I have a column of names, after the names I have either a yes or a no in the next column. I'd like to add up the number of yeses and nos and place these two results in two different cells. How do I do this ![]() Any help would be greatly appreciated. Regards, Shane -- ofey ------------------------------------------------------------------------ ofey's Profile: http://www.excelforum.com/member.php...o&userid=23866 View this thread: http://www.excelforum.com/showthread...hreadid=375063 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() If the Yes/No values are in columns B: =COUNTIF(B:B,"Yes") =COUNTIF(B:B,"No") Does that help? Ron -- Ron Coderre ------------------------------------------------------------------------ Ron Coderre's Profile: http://www.excelforum.com/member.php...o&userid=21419 View this thread: http://www.excelforum.com/showthread...hreadid=375063 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Wow that was a fast answer. Thank you very much Ron. That's exactly what I was looking for and it works perfectly. Thanks again, Shane -- ofey ------------------------------------------------------------------------ ofey's Profile: http://www.excelforum.com/member.php...o&userid=23866 View this thread: http://www.excelforum.com/showthread...hreadid=375063 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count occurences in string | Excel Discussion (Misc queries) | |||
SUMPRODUCT to calculate unique occurences of string in column of d | Excel Discussion (Misc queries) | |||
Counting occurences of a name | Excel Worksheet Functions | |||
How to Count String occurences | Excel Programming | |||
count number of occurences within a string | Excel Worksheet Functions |