Microsoft
Software
Hardware
Network
Question : Formula and syntax for counting where 2 criteria must be met
I'm trying to get a count of occurences where 2 conditions are met. I've tried using countif and sumproduct but neither is working. I can generate the correct count for either condition on their own, but when I combine them I get a value error. Data is on worksheet US. My formula is:
=sumproduct((US!C2:C2438,U
S!C1073)*(
US!D2:D243
8,US!D1073
))
Answer : Formula and syntax for counting where 2 criteria must be met
Try this..
=SUMPRODUCT((US!C2:C2438=U
S!C1073)*(
US!D2:D243
8=US!D1073
))
??
Random Solutions
FTP not working on Windows Server 2008 IIS 7
Need a random list of 1000 geocoded locations in any one country
Variable not defined error using VBA ExportAsFixedFormat Type:=xlTypePDF in excel 2003
SQL 2005 Select Query from multiple tables
Should Sys Admins (Domain Admins) also have user accounts?
are there any inherent issues introducing a server 2008 system into a predominantly 2003 network?
PHP 5.3.2 installation problem on Vista IIS7
adding a mac to sbs 2003 network
Crystal Reports 11 (migrating from 8.5) and VB6 using RDO resultset as datasource
How can I handle dbNull in Linq?