Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 270
Default Sumproduct again?

I have two ranges both of equal size; the first DU11:EL60 contains integers
ranging from 0 to about 60; the second range FE11:FV60 contains integers
ranging from 0 to about 25.
What I would like to do is count the number of values of 5 or less in the
first range when the corresponding cells in the second range is 0.
Sandy


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Sumproduct again?

Hi,

Try this, adjust tou to your actual ranges

=SUMPRODUCT((DV11:EC11<=5)*(DV12:EC12=0))

Mike

"Sandy" wrote:

I have two ranges both of equal size; the first DU11:EL60 contains integers
ranging from 0 to about 60; the second range FE11:FV60 contains integers
ranging from 0 to about 25.
What I would like to do is count the number of values of 5 or less in the
first range when the corresponding cells in the second range is 0.
Sandy



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 270
Default Sumproduct again?

Perfect Mike - Thank you
Sandy

"Mike H" wrote in message
...
Hi,

Try this, adjust tou to your actual ranges

=SUMPRODUCT((DV11:EC11<=5)*(DV12:EC12=0))

Mike

"Sandy" wrote:

I have two ranges both of equal size; the first DU11:EL60 contains
integers
ranging from 0 to about 60; the second range FE11:FV60 contains integers
ranging from 0 to about 25.
What I would like to do is count the number of values of 5 or less in the
first range when the corresponding cells in the second range is 0.
Sandy





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
sumproduct? sumif(sumproduct)? David Excel Worksheet Functions 3 July 13th 07 07:06 PM
Sumproduct?? drizzy Excel Worksheet Functions 3 April 1st 07 12:04 AM
SUMPRODUCT I Think!! DP7 Excel Worksheet Functions 1 March 30th 07 09:53 PM
SUMPRODUCT Woodi2 Excel Worksheet Functions 1 January 4th 07 05:59 AM
Can this be done using Sumproduct? agarwaldvk Excel Worksheet Functions 1 May 1st 06 12:20 AM


All times are GMT +1. The time now is 12:40 AM.

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

About Us

"It's about Microsoft Excel"