Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Add string occurences


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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Add string occurences


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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Add string occurences


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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Count occurences in string Ken Excel Discussion (Misc queries) 3 June 10th 09 08:29 PM
SUMPRODUCT to calculate unique occurences of string in column of d WildWill Excel Discussion (Misc queries) 3 April 3rd 09 03:16 PM
Counting occurences of a name [email protected] Excel Worksheet Functions 3 October 8th 07 12:52 AM
How to Count String occurences Chaplain Doug Excel Programming 4 March 22nd 05 07:14 PM
count number of occurences within a string Gabriel Excel Worksheet Functions 2 November 25th 04 04:17 PM


All times are GMT +1. The time now is 01:50 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"