Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to count the number of values between -5.5% & +5.5%.
I use named ranges pcp & classification (classification is linked to a drop down list) ={SUM(IF(pcp<5.5%,IF(classification=B38,1,0)))-SUM(IF(pcp<-5.5%,IF(classification=B38,1,0)))} The formula works nearly OK except that it counts NULL values. I can have 0 values ocasionally which need to be included, but not empty cells Can anyone help? Saintsman |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CONTINUOUS FORMS IGNOR PAGE BREAKS | Setting up and Configuration of Excel | |||
Sum if not null | Excel Discussion (Misc queries) | |||
COUNTIF says Null = Blank but Blank < Null | Excel Worksheet Functions | |||
cell value based on null/not null in another cell | Excel Worksheet Functions | |||
Count number of days between dates BUT IF null to current date | Excel Worksheet Functions |