Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sumproduct? sumif(sumproduct)? | Excel Worksheet Functions | |||
Sumproduct?? | Excel Worksheet Functions | |||
SUMPRODUCT I Think!! | Excel Worksheet Functions | |||
SUMPRODUCT | Excel Worksheet Functions | |||
Can this be done using Sumproduct? | Excel Worksheet Functions |