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
repair all system files in WIN7
Replacing Keyboard on Toshiba Portege A600
PHP Site
E-Mail
Dynamically Label Radio Button Lists in ASP.net
No Networking Installed on Windows 2008 VM After Migrating From VMWARE Server to ESXi Server
530 error bounced email when sending to any sbcglobal.net address from our sbs 2003 server. The ISP is sbcglobal DSL line.
populating select limited to one category and its subcategories
SQL has slowed down after DPM agent install
ASP Connection String vs. Database Access DLL