Sumproduct based on 3 conditions in 2 different sheets

ro801

New Member
Joined
Jun 24, 2010
Messages
13
Hi
I've had a look around and people seem to managing multiple criteria in different ways. I'm after the most reliable way of counting (for example)the number of episodes that occur between 2 dates (01/01/11 to 31/12/11) which have a measurement in column U of less than 5.0 but also have "sinus" written in column AG.
I've tried multiple combinations, with some fairly sketchy results when compared to an old fashioned count up. Any help would be greatly appreciated.
Owen
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Hi Thanks for your reply
I tried SUMPRODUCT as below:
=SUMPRODUCT((Tracking!O3:O9999>=40544)*(Tracking!O3:O9999<=40908)*('Total Data Collection'!U3:U9999<=5)*('Total Data Collection'!AG3:AG9999="sinus"))

This gave a result of 8 when it should've been 0. So not that reliable i guess. Anybody have any opinions of the above, or suggest something different?
Owen
 
Upvote 0

Forum statistics

Threads
1,224,518
Messages
6,179,258
Members
452,901
Latest member
LisaGo

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top