PC Review


Reply
Thread Tools Rate Thread

Counting cells with text

 
 
Cissy
Guest
Posts: n/a
 
      11th Jul 2006

I have a sheet with branch names and answers to four survey questions.
I'm trying to use the formula counta(if(a3..a32,"Deltona",j3..j32). Th
formula works when the range a3..a32 is reduced to one cell.

I want to count only those cells that have an answer for "Deltona" i
each of the four questions.

Can anyone assist

--
Ciss
-----------------------------------------------------------------------
Cissy's Profile: http://www.excelforum.com/member.php...fo&userid=2010
View this thread: http://www.excelforum.com/showthread.php?threadid=56017

 
Reply With Quote
 
 
 
 
Debra Dalgleish
Guest
Posts: n/a
 
      11th Jul 2006
You can use the Sumproduct function to count entries in column J where
there's "Deltona" in column A:

=SUMPRODUCT(--($A$2:$A$32="Deltona"),--($J$2:$J$32<>""))

Cissy wrote:
> I have a sheet with branch names and answers to four survey questions.
> I'm trying to use the formula counta(if(a3..a32,"Deltona",j3..j32). The
> formula works when the range a3..a32 is reduced to one cell.
>
> I want to count only those cells that have an answer for "Deltona" in
> each of the four questions.


--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Counting Cells With Text DonArturo Microsoft Excel Worksheet Functions 8 12th May 2009 01:49 PM
Counting Cells With Text DonArturo Microsoft Excel Worksheet Functions 0 11th May 2009 02:10 PM
Counting cells that don't contain certain text =?Utf-8?B?SlJE?= Microsoft Excel Worksheet Functions 4 26th Aug 2006 11:39 PM
Counting Occurrence of Text within Text in Cells in Range. =?Utf-8?B?SmVyZW15IE4u?= Microsoft Excel Worksheet Functions 1 8th Sep 2005 05:16 AM
Counting Text in cells =?Utf-8?B?VGlnZXI=?= Microsoft Excel Misc 2 20th Nov 2003 11:11 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:07 PM.