ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How to od a combined IF and AND in a matrix formula (https://www.excelbanter.com/excel-worksheet-functions/28270-how-od-combined-if-matrix-formula.html)

murphyfilur

How to od a combined IF and AND in a matrix formula
 
Hi,

What I want to do is counting a sum based on fulfilment of two criterias

=SUM(IF(AND(A1:A10=F1;B1:B10=F2);SUM(C1:C10))

Regards

murphy

Arvi Laanemets

Hi

=SUMPRODUCT(--(A1:A10=F1);--(B1:B10=F2);C1:C10)


Arvi Laanemets


"murphyfilur" wrote in message
...
Hi,

What I want to do is counting a sum based on fulfilment of two criterias

=SUM(IF(AND(A1:A10=F1;B1:B10=F2);SUM(C1:C10))

Regards

murphy




Ola

Here are two options:

The count of all C's that fullfill the A and B criterias.
=SUMPRODUCT((A1:A10=F1)*(B1:B10=F2))

The sum...
=SUMPRODUCT((A1:A10=F1)*(B1:B10=F2)*(C1:C10))

Hope it helped
Ola Sandström



Ashish Mathur

Hi,

Try this

SUM(IF((a1:$a$10=f1)*(b1:$b$10=f2),c1:c10))

Regards,

"murphyfilur" wrote:

Hi,

What I want to do is counting a sum based on fulfilment of two criterias

=SUM(IF(AND(A1:A10=F1;B1:B10=F2);SUM(C1:C10))

Regards

murphy



All times are GMT +1. The time now is 12:13 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com