Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
in a spreadsheet i have a range of numbers that needed to be counted ie.
phos levels between 3.5-5.5 I can't find a formula to support this. Can you help |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"LadyK974" wrote:
in a spreadsheet i have a range of numbers that needed to be counted ie. phos levels between 3.5-5.5 I can't find a formula to support this. You're a little light on details. A concrete example might help to ensure a clear understanding of your needs. If you have "phos levels" in the range A1:A100 and you want to determine how many are between 3.5 and 5.5 inclusive, then: =sumproduct((3.5<=A1:A100)*(A1:A100<=5.5)) Note: This assumes that A1:A100 contains numbers, not text. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Try this =countif(range,"=3.5")-countif(range,"5.5") -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com "LadyK974" wrote in message ... in a spreadsheet i have a range of numbers that needed to be counted ie. phos levels between 3.5-5.5 I can't find a formula to support this. Can you help |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Apr 27, 5:09*am, LadyK974
wrote: in a spreadsheet i have a range of numbers that needed to be counted ie. * phos levels between 3.5-5.5 *I can't find a formula to support this. Can you help Maybe have a look at the frequency formula. It takes the range of values you have then a range of bins (interval values, 2.5,3,3.5,4,4.5, etc) and returns the number of values that fall within each bin Regards David |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trying to figure out a formula for range of numbers? | Excel Worksheet Functions | |||
Need 3D formula for a range of numbers across several worksheets | Excel Worksheet Functions | |||
Subtract Range Of Numbers using a Formula | Excel Discussion (Misc queries) | |||
formula to select numbers from a range | Excel Worksheet Functions | |||
Range of numbers in a formula...PLEASE HELP!!! | Excel Worksheet Functions |