Trouble Counting how many times a Cell Value Occurs when Condition is in a Row and not a Column
Hi,
Am Fri, 25 Mar 2016 23:26:17 -0700 (PDT) schrieb Munster:
A B C D
1 GolfA Birdie Par Bogey
2 GolfB Bogey Birdie Par
3 GolfA Par Bogey Birdie
4 GolfB Bogey Double Bogey Bogey
try:
=SUMPRODUCT((A1:A10="GolfA")*((B1:B10="Birdie")+(C 1:C10="Birdie")+(D1:D10="Birdie")))
Regards
Claus B.
--
Vista Ultimate / Windows7
Office 2007 Ultimate / 2010 Professional
|