Re: eliminating the 0 in DIV/0
- From: "RagDyeR" <ragdyer@xxxxxxxxxxxxx>
- Date: Wed, 13 Sep 2006 04:29:04 -0700
When you calm down and are able to stop laughing, can we know if it worked
for you ... or not?
--
Regards,
RD
----------------------------------------------------------------------------
-------------------
Please keep all correspondence within the Group, so all may benefit !
----------------------------------------------------------------------------
-------------------
"teacher1" <teacher1@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:283BBDDF-78BF-4DCE-A1F6-EC9F5E8D02E7@xxxxxxxxxxxxxxxx
Ragdyer -disregard last message sorry but i am still laughing at my self
"teacher1" wrote:
Hi Ragdyer! Thank you for taking the time to provide me with an answer!I
put the formula you gave me in and it did indeed give me the average, butcolumn.
what I want to is get the average of a column that has a DIV/0 in the
For example:89.5
I am trying to get the running average as each month's figures are entered
in another column. All of the below figures represent the total figures
from the other columns, but the 5th cell down represents unknown results.
100
89
90
79
#DIV/0!
#DIV/0!
What I want to do is keep the formulas in the cells, and even though there
is a DIV/0 in one of the cells it will give me average (here it would be
or the average of the first four numbers and not counting that cell withthe
DIV/0 or unknown resluts. And, later, when the data is entered with thatof
month's figures (assuming that figure is 65) it would give me the average
all (5) cells ( which would then be 85 as the average) Many Thanks againfor
your help!!with
"Ragdyer" wrote:
I think you're looking to average across 4 columns,
BUT, if some of the columns are empty, you want to average *whatever*
columns you have values in.
If I interpreted that correctly, try this *array* formula in say E1,
instead ofyour data in A1 to D1:
=AVERAGE(A1:INDEX(A1:D1,SMALL(COLUMN(A1:D1)*(A1:D1<>""),4)))
--
Array formulas must be entered with CSE, <Ctrl> <Shift > <Enter>,
curlythe regular <Enter>, which will *automatically* enclose the formula in
-brackets, which *cannot* be done manually.
You *must also* use CSE when revising the formula.
--
HTH,
RD
--------------------------------------------------------------------------
!Please keep all correspondence within the NewsGroup, so all may benefit
-
--------------------------------------------------------------------------
simple
"teacher1" <teacher1@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:67607BA5-8FD1-4D26-B841-ED7C7C35F5BA@xxxxxxxxxxxxxxxx
I am a very basic XL user, but I work with spread sheets using the
words, IAVG
formula. Is there any way to by pass the "0" in DIV/0? in other
unlessam
using 4 columns of numbers that were each averaged. There is anothercolumn
with the average of the 4 separate columns, but I get the "DIV/0"
Iall
4 of the other colums have a base larger than "0". In other words do
columnshave
to wait until all 4 coulms are completed before I can determine the ongoing
average, or is there a formula or way to get the averages of the
that
do not have a zero base and not have to wait until all 4 colums have abase
larger than zero?
.
- Follow-Ups:
- Re: eliminating the 0 in DIV/0
- From: teacher1
- Re: eliminating the 0 in DIV/0
- References:
- Re: eliminating the 0 in DIV/0
- From: Ragdyer
- Re: eliminating the 0 in DIV/0
- From: teacher1
- Re: eliminating the 0 in DIV/0
- From: teacher1
- Re: eliminating the 0 in DIV/0
- Prev by Date: Re: Converting a symbol to a numeric value?
- Next by Date: Convert name-value pairs to table in Excel?
- Previous by thread: Re: eliminating the 0 in DIV/0
- Next by thread: Re: eliminating the 0 in DIV/0
- Index(es):
Relevant Pages
|