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
Auto file move and rename
Setting up wireless on a Cisco 1811
Domain Controller rename and IP change
Help with PHP statement
Count/sum items between dates
secure emails
Deleted nested folders and files with powershell
Treeview control that support thumbnails or images.
CDATA tags appearing incorrectly in XML output using FOR XML PATH
Reloading a php page with javascript