Results 1 to 4 of 4

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

  1. #1
    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.

  2. #2
    Join Date
    May 2008
    Posts
    4,831

    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)))

  3. #3
    Join Date
    May 2008
    Posts
    4,570

    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
    =COUNTIF($A$1:$A$100,"apple")
    or you can just specify the whole of column A with
    =COUNTIF($A:$A,"apple")

  4. #4
    Join Date
    Apr 2008
    Posts
    4,642

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


Similar Threads

  1. How to count number of characters in Excel
    By Bankebihari in forum Windows Software
    Replies: 6
    Last Post: 15-05-2012, 04:52 PM
  2. Replies: 1
    Last Post: 09-03-2012, 11:58 PM
  3. PHP - Count number of words
    By GlassFish in forum Software Development
    Replies: 3
    Last Post: 27-11-2009, 01:19 PM
  4. How to count number of text occurences in Excel column
    By Anas in forum Windows Software
    Replies: 3
    Last Post: 09-06-2009, 05:01 PM
  5. How To Count The Number Of Characters?
    By Harsh01 in forum Software Development
    Replies: 2
    Last Post: 13-02-2009, 12:25 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,510,804.93194 seconds with 17 queries