Unique values with multiple conditions

vddavid

New Member
Joined
Mar 18, 2002
Messages
11
Hello everybody ,

I find myself confronted to a wierd problem ;

I wish to count in a list all the unique values that meet four different
criterias .
I have found thanks to C Pearson's site the formula to count all the
unique values in a liste :
=SOMME(SI(FREQUENCE(EQUIV(rangeD;rangeD;0);EQUIV(rangeD;rangeD;0))>0;1)) .
But this is not enough I still need to add four different conditions that
are :
{sum(rangeA>A1)*(rangeB<B1)*(rangeC=C1)*(rangeD=D1)}

I have tried to add up these two formulas but it doesn't work .

Any ideas ?

Many thanks

dvd
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
On 2002-04-04 05:38, vddavid wrote:
Hello everybody ,

I find myself confronted to a wierd problem ;

I wish to count in a list all the unique values that meet four different
criterias .
I have found thanks to C Pearson's site the formula to count all the
unique values in a liste :
=SOMME(SI(FREQUENCE(EQUIV(rangeD;rangeD;0);EQUIV(rangeD;rangeD;0))>0;1)) .
But this is not enough I still need to add four different conditions that
are :
{sum(rangeA>A1)*(rangeB<B1)*(rangeC=C1)*(rangeD=D1)}

I have tried to add up these two formulas but it doesn't work .

Any ideas ?

Many thanks

dvd

Not sure of the french equivalents, but:
try this link to an answer Aladin gave me which I think is similar to what you need.

http://www.mrexcel.com/board/viewtopic.php?topic=3267&forum=2

If you need anymore let me know.
 
Upvote 0
On 2002-04-04 05:38, vddavid wrote:
Hello everybody ,

I find myself confronted to a wierd problem ;

I wish to count in a list all the unique values that meet four different
criterias .
I have found thanks to C Pearson's site the formula to count all the
unique values in a liste :
=SOMME(SI(FREQUENCE(EQUIV(rangeD;rangeD;0);EQUIV(rangeD;rangeD;0))>0;1)) .
But this is not enough I still need to add four different conditions that
are :
{sum(rangeA>A1)*(rangeB<B1)*(rangeC=C1)*(rangeD=D1)}

I have tried to add up these two formulas but it doesn't work .

Any ideas ?

Many thanks

dvd

Not sure of the french equivalents, but:
try this link to an answer Aladin gave me which I think is similar to what you need.

http://www.mrexcel.com/board/viewtopic.php?topic=3267&forum=2

If you need anymore let me know.
 
Upvote 0

Forum statistics

Threads
1,214,797
Messages
6,121,629
Members
449,041
Latest member
Postman24

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