Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a COUNTIF function that counts only non-zero values.
Here it is: SUMIF(E$10:E$114,"<0")/COUNTIF(E$10:E$114,"<0") The problem is that some values are negative while some values are positive. I also need to count 0 as a value. Obviously, a regular count function would be fine, except for the fact that some values for my data set are missing, which ends up counting empty cells and messing up my running average calculation. Any help would really be appreciated. Thanks, Will --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count cells with values x and <y | Excel Discussion (Misc queries) | |||
Count Intervals of 2 Consecutive Values in same Row and Return Count across Row | Excel Worksheet Functions | |||
How do I count cells with non zero values? | Excel Discussion (Misc queries) | |||
Count Intervals of 2 Numeric values in same Row and Return Count across Row | Excel Worksheet Functions | |||
Count Intervals of Filtered TEXT values in Column and Return Count across a Row | Excel Worksheet Functions |