ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Trying to count occurences if 2 conditions are met (https://www.excelbanter.com/excel-worksheet-functions/29688-trying-count-occurences-if-2-conditions-met.html)

NLithgow

Trying to count occurences if 2 conditions are met
 
Trying to count number of occurences when cost centre is matched and variable
is greater than a certain amount for an entire list

Max

One way via SUMPRODUCT, something like:

=SUMPRODUCT(($A$2:$A$10=1111)*($B$2:$B$10100))

where 1111 is the specific cost centre (in col A) and the certain amt is 100
(in col B)

Adapt to the ranges to suit, but note that you can't use entire col refs in
SUMPRODUCT
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"NLithgow" wrote in message
...
Trying to count number of occurences when cost centre is matched and

variable
is greater than a certain amount for an entire list




Mangesh Yadav

=SUMPRODUCT(--(B1:B4="match"),(C1:C4=10))

Mangesh



"NLithgow" wrote in message
...
Trying to count number of occurences when cost centre is matched and

variable
is greater than a certain amount for an entire list




Mangesh Yadav

=SUMPRODUCT(--(B1:B4="match"),--(C1:C4=10))

Mangesh



"Mangesh Yadav" wrote in message
...
=SUMPRODUCT(--(B1:B4="match"),(C1:C4=10))

Mangesh



"NLithgow" wrote in message
...
Trying to count number of occurences when cost centre is matched and

variable
is greater than a certain amount for an entire list







All times are GMT +1. The time now is 09:55 PM.

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