Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
NLithgow
 
Posts: n/a
Default 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
  #2   Report Post  
Max
 
Posts: n/a
Default

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



  #3   Report Post  
Mangesh Yadav
 
Posts: n/a
Default

=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



  #4   Report Post  
Mangesh Yadav
 
Posts: n/a
Default

=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





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to count number of occurences in an autofilter list sho Excel Worksheet Functions 1 May 16th 05 12:24 PM
How do I count number of cels the matches 2 conditions ? Abra Excel Worksheet Functions 2 February 27th 05 08:56 PM
Count number of occurences in 1 column only if something in anothe Wenster Excel Worksheet Functions 2 February 7th 05 09:58 PM
Count If Formula for multiple conditions?? How To?? LPrain Excel Worksheet Functions 1 December 6th 04 09:18 PM
Count occurences between dates DJ Dusty Excel Worksheet Functions 3 November 11th 04 12:25 AM


All times are GMT +1. The time now is 10:19 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"