Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Jesse wrote...
.... . . . I have a need to have 0 in a range of cells (instead of blank). . . . .... There could be alternatives. How can I create an Average formula that ignores cells with 0 value? But in case there aren't alternatives, the most general way would be =SUM((B2,B9,B16,B23))/INDEX(FREQUENCY((B2,B9,B16,B23),{0}),2) If your value cells were always every 7th row beginning with row 2, you could use an array formula like =AVERAGE(IF(MOD(ROW(B2:B23),7)=2,IF(B2:B230,B2:B2 3))) If you don't know what an array formula is, look for it in online Help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Summing Contiguous Values in a Column? | Excel Discussion (Misc queries) | |||
average of different cells ignoring zero values | Excel Discussion (Misc queries) | |||
how to calculate average value in a row ignoring values below "x" | Excel Discussion (Misc queries) | |||
Calculate the average of numbers, ignoring multiple values | Excel Discussion (Misc queries) | |||
average values in non-contiguous cells, ignoring 0 values | Excel Worksheet Functions |