Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() Hi - I have a worksheet that has bug titles in column B and priority in column C. We have developed standard naming conventions for the bug title. For example: - MC: the Member Center has a bad help link in the header - FP: the Front Page has a broken image in the header I want to get a count of the bugs that contain a sub string of the title (e.g. "MC" or "FP") and also have a certain Priority level in column C. I've tried these without success: =SUMPRODUCT((B32:B1000="MC")*(C32:C1000="P1")) =SUMPRODUCT((B32:B1000="*MC*")*(C32:C1000="P1")) =SUMPRODUCT((B32:B1000=*MC*)*(C32:C1000="P1")) =SUMPRODUCT((B32:B1000,*MC*)*(C32:C1000="P1")) Any help would be greatly appreciated!! -- altopalo ------------------------------------------------------------------------ altopalo's Profile: http://www.excelforum.com/member.php...o&userid=25276 View this thread: http://www.excelforum.com/showthread...hreadid=387679 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sumproduct & indirect | Excel Worksheet Functions | |||
Sumproduct | Excel Worksheet Functions | |||
Can I reference =, <, or > sign in SUMPRODUCT | Excel Discussion (Misc queries) | |||
Sumproduct function not working | Excel Worksheet Functions | |||
adding two sumproduct formulas together | Excel Worksheet Functions |