Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
nrage21
 
Posts: n/a
Default Help with SUMPRODUCT


I don't know if this could be done, but if it's possible I would like
someone to tell me.

I have 3 columns
A............B..............C
Team1...AR..........Missing docs
Team2...JJ............CNH
Team1...JH...........CNR
Team1....AR..........POI missing

I want the sumproduct function to be able to count instances where A=
Team1, B= AR and C= missing; but the problem is that each cell in
column C is a comment, so there are multiple words (strings). i.e. C2=
"Missing" and "docs", C5= "POI" and "missing". How do I tell the
function to count only "missing"????

I have the easy part:

=SUMPRODUCT(($A$2:$A$100="Team1")*($B$2:$B$100="AR ")*($C$2:$C$100="missing"))

of course the last argument doesn't work.

Please help!

- Larry -
VBA Amateur


--
nrage21
------------------------------------------------------------------------
nrage21's Profile: http://www.excelforum.com/member.php...fo&userid=4808
View this thread: http://www.excelforum.com/showthread...hreadid=319718

  #2   Report Post  
nrage21
 
Posts: n/a
Default


Nevermind. I found the solution.

=SUMPRODUCT(($A$2:$A$100="Team1")*($B$2:$B$100="AR ")*((ISNUMBER(SEARCH("missing",$C$2:$C$100)))) )

:)


--
nrage21
------------------------------------------------------------------------
nrage21's Profile: http://www.excelforum.com/member.php...fo&userid=4808
View this thread: http://www.excelforum.com/showthread...hreadid=319718

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
Sumproduct ... Empty Cells vs Spaces? Ken Excel Discussion (Misc queries) 9 December 17th 04 08:03 PM
adding two sumproduct formulas together ski2004_2005 Excel Worksheet Functions 1 November 12th 04 09:08 PM
Sumproduct in Excel Spreadsheet to read Access db table Jules Excel Worksheet Functions 1 November 9th 04 02:50 PM
SUMPRODUCT - HIERARCHY Matt Brown via OfficeKB.com Excel Worksheet Functions 5 November 6th 04 03:54 AM
SUMPRODUCT using offset from ROW if X marks the spot The Shaffer s Excel Worksheet Functions 3 November 2nd 04 06:14 AM


All times are GMT +1. The time now is 09:32 PM.

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

About Us

"It's about Microsoft Excel"