Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Is there no way around this? I have five numbers I want the average for.
But they are not always greater than zero. To avoid DIV/0 errors those numbers have relatively long IF arguments. But that makes the Average -which also has IF arguments- exclude values of zero. I see that they are not actually values but not sure what to do about it. I am new to such complex authoring of functions and am at my whit's end on this. Someone please help!!! Some info: Cells I want to average contain: =IF(ISERROR(IF(RC[-2]<=0,"0",RC[-1]/RC[-2])),"0",RC[-1]/RC[-2]) Formula I am using to find the average: =IF(ISERROR(AVERAGE(R[-5]C:R[-1]C)),"0",AVERAGE(R[-5]C:R[-1]C)) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
requires that merged cells must be identically sized? | Excel Discussion (Misc queries) | |||
paste special | values should work with merged cells | Excel Discussion (Misc queries) | |||
REVISED ?? - populate limited cells w/ set value | Excel Worksheet Functions | |||
Blank Cells in Pivot Tables | Excel Discussion (Misc queries) | |||
blank cells that include text | Excel Worksheet Functions |