Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 31
Default Counting Team Deals

Is there a formula to highlight and/or count the number of team deals.
Ideally, I'd like to count the number of team deals so I can put it into a
table and graph the results. Here are the parameters:

Team A consists of the following members: John, Joe, Bob
Team B consists of the following members: Shannon, Susan, Sally

A B
1 John Susan
2 Joe Sally
3 Bob John
4 Susan Shannon
5 Sally Bob
6 Sally Shannon

I need a formula that will count Team A Deals (row 3) and Team B Deals (row
4/6) with the following results.

Team A Deals = 1
Team B Deals = 2

Help!!! Thanks in advance... you guys are the BEST!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,118
Default Counting Team Deals

Try this:

With
A1:B6 containing your posted list

And
D1:D4 containing Team1 members (D1: Team1)
E1:E4 containing Team2 members (E1: Team2)

Then
G1: Team1 Deals
H1:
=SUMPRODUCT(ISNUMBER(MATCH(A1:A10,D2:D4,0))*ISNUMB ER(MATCH(B1:B10,D2:D4,0)))

G2: Team2 Deals
H2:
=SUMPRODUCT(ISNUMBER(MATCH(A1:A10,E2:E4,0))*ISNUMB ER(MATCH(B1:B10,E2:E4,0)))

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"Shirley" wrote:

Is there a formula to highlight and/or count the number of team deals.
Ideally, I'd like to count the number of team deals so I can put it into a
table and graph the results. Here are the parameters:

Team A consists of the following members: John, Joe, Bob
Team B consists of the following members: Shannon, Susan, Sally

A B
1 John Susan
2 Joe Sally
3 Bob John
4 Susan Shannon
5 Sally Bob
6 Sally Shannon

I need a formula that will count Team A Deals (row 3) and Team B Deals (row
4/6) with the following results.

Team A Deals = 1
Team B Deals = 2

Help!!! Thanks in advance... you guys are the BEST!

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
Microsoft Excel Formula Help Munchkin 76 Excel Worksheet Functions 6 October 23rd 06 05:38 PM
Determine which team has to look at error again. The Fool on the Hill Excel Discussion (Misc queries) 0 August 30th 06 10:11 AM
Counting number of forwarding and sending back Jaydubs Excel Discussion (Misc queries) 2 June 16th 06 09:26 AM
Barb Reinhardt: HOW TO: Plot a Team Name .... Kevin McCartney Charts and Charting in Excel 2 December 1st 04 01:28 PM
HOW TO: Plot a Team Name on a chart based on two values Kevin McCartney Charts and Charting in Excel 1 November 30th 04 05:26 PM


All times are GMT +1. The time now is 06:38 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"