Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The Help function in Excel only provides an example of a formula that
excludes "0" values in a contiguous column. I am trying to figure out how to write the formula that would average a group of numbers in a non-contiguous column while ignoring any "0" values. See example of column below (assume column cells are A1:A11 for example): 34 0 33 25 34 19 0 26 40 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=AVERAGE(IF(A1:A110,A1:A11))
Enter with Ctrl+Shift+Enter "mharv72" wrote: The Help function in Excel only provides an example of a formula that excludes "0" values in a contiguous column. I am trying to figure out how to write the formula that would average a group of numbers in a non-contiguous column while ignoring any "0" values. See example of column below (assume column cells are A1:A11 for example): 34 0 33 25 34 19 0 26 40 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formating numbers &"Text" to appear as currency &"Text" in formula | Excel Discussion (Misc queries) | |||
"ignoring" hidden cells in a copy/paste operation | Excel Discussion (Misc queries) | |||
Formula for average with a "IF" statement | Excel Discussion (Misc queries) | |||
Average & median of text "time" numbers | Excel Worksheet Functions | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel |