Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm using EXCEL office 2003. I'm trying to average from several cells (which
have linked information from other pages), some of the cells have 0 in them. I've looked up all the ways to have 0 not be included, and it works on all the averages except when I'm bringing information from other pages. Since this is a calendar, many of the months have no value. I've tried average IF formula, using conditioning and formating page so 0 don't show, but no success. :( Any other thoughts? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You don't say what you have tried, but the normal way is
=AVERAGE(IF(A2:A200,A2A20)) which is an array formula, it should be committed with Ctrl-Shift-Enter, not just Enter. Excel will automatically enclose the formula in braces (curly brackets), do not try to do this manually. When editing the formula, it must again be array-entered. Note that you cannot use a whole column in array formulae (prior to excel 2007), but must use an explicit range. -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "RADIANT JILL" <RADIANT wrote in message ... I'm using EXCEL office 2003. I'm trying to average from several cells (which have linked information from other pages), some of the cells have 0 in them. I've looked up all the ways to have 0 not be included, and it works on all the averages except when I'm bringing information from other pages. Since this is a calendar, many of the months have no value. I've tried average IF formula, using conditioning and formating page so 0 don't show, but no success. :( Any other thoughts? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SUM & Average Formula Problem | Excel Discussion (Misc queries) | |||
A formula to AVERAGE IF but only average a set number of values | Excel Worksheet Functions | |||
Problem With An Average IF Formula | Excel Worksheet Functions | |||
how does one convert text to a formula "average(A:A)" to =average( | Excel Worksheet Functions | |||
Problem with formula: need rolling average of 10 months | Excel Programming |