#1   Report Post  
wayne75
 
Posts: n/a
Default Nested Countif


Can anyone tell me if it is possible to nested countif's. I.e. Basically
the following function

=COUNTIF(O:O,NAME_OF_PERSON),COUNTIF(P:P,CALL_TYPE )

Basically I work in a sales office and the sales staff can either make
a prospect call, a customer call or a supplier call. I need to be able
to see how many Prospect calls John Smith has made, customer calls
etc..........

Any help please would be greatly appreciated

Wayne


--
wayne75
------------------------------------------------------------------------
wayne75's Profile: http://www.excelforum.com/member.php...o&userid=23669
View this thread: http://www.excelforum.com/showthread...hreadid=376300

  #2   Report Post  
Domenic
 
Posts: n/a
Default


Try...

=SUMPRODUCT(--(O1:O100="Person"),--(P1:P100="CallType"))

If 'CallType' is a numerical value, remove the quotes. Also, note that
SUMPRODUCT does not accept whole column references.

Hope this helps!


--
Domenic
------------------------------------------------------------------------
Domenic's Profile: http://www.excelforum.com/member.php...o&userid=10785
View this thread: http://www.excelforum.com/showthread...hreadid=376300

  #3   Report Post  
Duke Carey
 
Posts: n/a
Default

=SUMPRODUCT(--(O1:O1000="person"),--(P1:P1000="call type"))

"wayne75" wrote:


Can anyone tell me if it is possible to nested countif's. I.e. Basically
the following function

=COUNTIF(O:O,NAME_OF_PERSON),COUNTIF(P:P,CALL_TYPE )

Basically I work in a sales office and the sales staff can either make
a prospect call, a customer call or a supplier call. I need to be able
to see how many Prospect calls John Smith has made, customer calls
etc..........

Any help please would be greatly appreciated

Wayne


--
wayne75
------------------------------------------------------------------------
wayne75's Profile: http://www.excelforum.com/member.php...o&userid=23669
View this thread: http://www.excelforum.com/showthread...hreadid=376300


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
COUNTIF and Nested Functions? Larry Novida Excel Worksheet Functions 3 May 29th 05 07:05 PM
Countif Function -Nested Angi Excel Discussion (Misc queries) 7 May 4th 05 07:04 PM
Combining IF and COUNTIF based on two columns maxtrixx Excel Discussion (Misc queries) 5 March 31st 05 06:21 PM
Countif - Countif maswinney Excel Worksheet Functions 3 November 16th 04 12:06 AM
countif, again Liz G Excel Worksheet Functions 2 November 2nd 04 12:20 AM


All times are GMT +1. The time now is 11:58 AM.

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

About Us

"It's about Microsoft Excel"