Go Back   TechArena Community > Software > Windows Software
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , , , ,

Sponsored Links



Count the number of times yes appears in a range in excel

Windows Software


Reply
 
Thread Tools Search this Thread
  #1  
Old 17-08-2009
Member
 
Join Date: Jul 2009
Posts: 6
Count the number of times yes appears in a range in excel

In a cell of the worksheet 1, I want that it is seen the worksheet 2, column C, and to tell how many to times the word "EME" it appears in the column To, but only if value 1 appears in adjacent column N in the same row.
Reply With Quote
  #2  
Old 17-08-2009
Macarenas's Avatar
Member
 
Join Date: May 2008
Posts: 4,810
Re: Count the number of times yes appears in a range in excel

In that cell enter the below formula
=SUMPRODUCT(--(Sheet1!$A$2:$A$10=B$1),--(MONTH(Sheet1!$B$2:$B$10)=MONTH($A2)))
Reply With Quote
  #3  
Old 17-08-2009
Glenny's Avatar
Member
 
Join Date: May 2008
Posts: 4,550
Re: Count the number of times yes appears in a range in excel

You can use the COUNTIF function as follows:

Assuming your list starts at A1 and goes down to A100
Quote:
=COUNTIF($A$1:$A$100,"apple")
or you can just specify the whole of column A with
Quote:
=COUNTIF($A:$A,"apple")
Reply With Quote
  #4  
Old 17-08-2009
Eric B's Avatar
Member
 
Join Date: Apr 2008
Posts: 4,645
Re: Count the number of times yes appears in a range in excel

There are some similar threads found same that theirs the problem that I have is the connection… Only if the solution to its problem is there…. I hope that it finds its solution….

How to count number of text occurences in Excel column
How to count number of characters in Excel
How to count number of words automatically?
How To Count The Number Of Characters?
Count number of time user has logons Windows 2003
Formulas to count the occurrences of text, characters, or words in Excel
Reply With Quote
Reply

  TechArena Community > Software > Windows Software


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Count the number of times yes appears in a range in excel"
Thread Thread Starter Forum Replies Last Post
How to count number of characters in Excel Bankebihari Windows Software 5 21-09-2011 01:14 PM
PHP - Count number of words GlassFish Software Development 3 27-11-2009 01:19 PM
How to count number of text occurences in Excel column Anas Windows Software 3 09-06-2009 06:01 PM
How to count number of words automatically? Basaam Windows Software 4 25-04-2009 11:00 PM
How To Count The Number Of Characters? Harsh01 Software Development 2 13-02-2009 12:25 PM


All times are GMT +5.5. The time now is 10:45 PM.