Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
k2-k20 is a range of numbers
E2-E20 include X as a name I'm attempting to count all the instances in which x exist between 382 and 383 in the k colum. I'm using a count(if(...)) array formula to count all of the information. The second example of count if in excel tutorial, under "Count how often multiple text or number values occur by using functions" only matches one text parameter to one number parameter. I'm trying to have it match one text parameter to two numbers or a range. thanks, |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Try =sumproduct((K2:K20=382)*(K2:K20<=383)*(E2:E20="x ")) Regards Dav -- Dav ------------------------------------------------------------------------ Dav's Profile: http://www.excelforum.com/member.php...o&userid=27107 View this thread: http://www.excelforum.com/showthread...hreadid=573809 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMPRODUCT(--(K2:K20=382),--(K2:K20<=383),--(E2:E20="x"))
-- Regards, Dave " wrote: k2-k20 is a range of numbers E2-E20 include X as a name I'm attempting to count all the instances in which x exist between 382 and 383 in the k colum. I'm using a count(if(...)) array formula to count all of the information. The second example of count if in excel tutorial, under "Count how often multiple text or number values occur by using functions" only matches one text parameter to one number parameter. I'm trying to have it match one text parameter to two numbers or a range. thanks, |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|