Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
What formulea do I use to find a the number of cells with a value greater
than 20 but less than 30 in a range of cells B2:B32 in Excel 2002 Countif(B2:B32,"<=30")- countif(B2:B32,"<=19") Is there an easier way to write this? Can the lower and upper limits be set in refrence cells? say H20 and H21 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Not much easier, but
=SUMPRODUCT(--(B2:B3220),--(B2:B32<=30)) or =SUMPRODUCT(--(B2:B32=H20),--(B2:b32<=H21)) -- HTH Bob Phillips (remove nothere from the email address if mailing direct) "John Murf" <John wrote in message ... What formulea do I use to find a the number of cells with a value greater than 20 but less than 30 in a range of cells B2:B32 in Excel 2002 Countif(B2:B32,"<=30")- countif(B2:B32,"<=19") Is there an easier way to write this? Can the lower and upper limits be set in refrence cells? say H20 and H21 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find and Replace | Excel Worksheet Functions | |||
Code needed to find records from bottom up | Excel Discussion (Misc queries) | |||
find a cells from a range of cell | Excel Worksheet Functions | |||
How do I find a column entry closest to a particular value | Excel Worksheet Functions | |||
Excel has a "Find Next" command but no "Find Previous" command. | Excel Discussion (Misc queries) |