PC Review


Reply
Thread Tools Rate Thread

Average of only cells containing numeral value

 
 
=?Utf-8?B?VGFueWE=?=
Guest
Posts: n/a
 
      1st Jul 2007
Hi
Can anyone advise me please of a formula to calculate the average for a
range where only numerals are present. i.e. I have a column with a number of
text values in which the numeral value has no entry?
Thank you in advance.

Regards
Tanya
 
Reply With Quote
 
 
 
 
=?Utf-8?B?Um9uIENvZGVycmU=?=
Guest
Posts: n/a
 
      1st Jul 2007
The AVERAGE function ignores text


Per Excel Help for the AVERAGE function:
>>If an array or reference argument contains text, logical values, or empty cells, those values are ignored; however, cells with the value zero are included.<<


Are you experiencing something different?

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"Tanya" wrote:

> Hi
> Can anyone advise me please of a formula to calculate the average for a
> range where only numerals are present. i.e. I have a column with a number of
> text values in which the numeral value has no entry?
> Thank you in advance.
>
> Regards
> Tanya

 
Reply With Quote
 
Stan Brown
Guest
Posts: n/a
 
      1st Jul 2007
Sun, 1 Jul 2007 06:28:01 -0700 from Tanya
<(E-Mail Removed)>:

> Can anyone advise me please of a formula to calculate the average for a
> range where only numerals are present. i.e. I have a column with a number of
> text values in which the numeral value has no entry?


Have you checked Excel help for the function =AVERAGE() ? It sure
looks to me like it marches your requirements.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
 
Reply With Quote
 
=?Utf-8?B?VGFueWE=?=
Guest
Posts: n/a
 
      1st Jul 2007
Hi Ron,
I'm sorry, I didn't make myself clear, you are quite right, if there are
values to average, the AVERAGE function will ignore text, however my table
has no values until I update the table, in the mean time I get #DIV/0!

Is there a way to avoid this error message?

It probably sounds like a ludicrous situation, but I am working with class
results for a school year and until the task has been completed by the class
and results recorded there are no values to average.

Kind Regards
Tanya

"Ron Coderre" wrote:

> The AVERAGE function ignores text
>
>
> Per Excel Help for the AVERAGE function:
> >>If an array or reference argument contains text, logical values, or empty cells, those values are ignored; however, cells with the value zero are included.<<

>
> Are you experiencing something different?
>
> Does that help?
> ***********
> Regards,
> Ron
>
> XL2002, WinXP
>
>
> "Tanya" wrote:
>
> > Hi
> > Can anyone advise me please of a formula to calculate the average for a
> > range where only numerals are present. i.e. I have a column with a number of
> > text values in which the numeral value has no entry?
> > Thank you in advance.
> >
> > Regards
> > Tanya

 
Reply With Quote
 
Ragdyer
Guest
Posts: n/a
 
      1st Jul 2007
One way:

=IF(COUNT(B1:B10)>0,AVERAGE(B1:B10),"")

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Tanya" <(E-Mail Removed)> wrote in message
news:639D3470-510F-47B7-987A-(E-Mail Removed)...
> Hi Ron,
> I'm sorry, I didn't make myself clear, you are quite right, if there are
> values to average, the AVERAGE function will ignore text, however my table
> has no values until I update the table, in the mean time I get #DIV/0!
>
> Is there a way to avoid this error message?
>
> It probably sounds like a ludicrous situation, but I am working with class
> results for a school year and until the task has been completed by the

class
> and results recorded there are no values to average.
>
> Kind Regards
> Tanya
>
> "Ron Coderre" wrote:
>
> > The AVERAGE function ignores text
> >
> >
> > Per Excel Help for the AVERAGE function:
> > >>If an array or reference argument contains text, logical values, or

empty cells, those values are ignored; however, cells with the value zero
are included.<<
> >
> > Are you experiencing something different?
> >
> > Does that help?
> > ***********
> > Regards,
> > Ron
> >
> > XL2002, WinXP
> >
> >
> > "Tanya" wrote:
> >
> > > Hi
> > > Can anyone advise me please of a formula to calculate the average for

a
> > > range where only numerals are present. i.e. I have a column with a

number of
> > > text values in which the numeral value has no entry?
> > > Thank you in advance.
> > >
> > > Regards
> > > Tanya


 
Reply With Quote
 
=?Utf-8?B?VGFueWE=?=
Guest
Posts: n/a
 
      2nd Jul 2007
Thank you, I appreciate your help.
Kind Regards
Tanya

"Ragdyer" wrote:

> One way:
>
> =IF(COUNT(B1:B10)>0,AVERAGE(B1:B10),"")
>
> --
> HTH,
>
> RD
>
> ---------------------------------------------------------------------------
> Please keep all correspondence within the NewsGroup, so all may benefit !
> ---------------------------------------------------------------------------
> "Tanya" <(E-Mail Removed)> wrote in message
> news:639D3470-510F-47B7-987A-(E-Mail Removed)...
> > Hi Ron,
> > I'm sorry, I didn't make myself clear, you are quite right, if there are
> > values to average, the AVERAGE function will ignore text, however my table
> > has no values until I update the table, in the mean time I get #DIV/0!
> >
> > Is there a way to avoid this error message?
> >
> > It probably sounds like a ludicrous situation, but I am working with class
> > results for a school year and until the task has been completed by the

> class
> > and results recorded there are no values to average.
> >
> > Kind Regards
> > Tanya
> >
> > "Ron Coderre" wrote:
> >
> > > The AVERAGE function ignores text
> > >
> > >
> > > Per Excel Help for the AVERAGE function:
> > > >>If an array or reference argument contains text, logical values, or

> empty cells, those values are ignored; however, cells with the value zero
> are included.<<
> > >
> > > Are you experiencing something different?
> > >
> > > Does that help?
> > > ***********
> > > Regards,
> > > Ron
> > >
> > > XL2002, WinXP
> > >
> > >
> > > "Tanya" wrote:
> > >
> > > > Hi
> > > > Can anyone advise me please of a formula to calculate the average for

> a
> > > > range where only numerals are present. i.e. I have a column with a

> number of
> > > > text values in which the numeral value has no entry?
> > > > Thank you in advance.
> > > >
> > > > Regards
> > > > Tanya

>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing Arbic numeral to Hindi numeral Ebnlhaitham Microsoft Excel Misc 0 2nd Apr 2010 11:30 AM
Need to average data if in cells, but ignore blank cells. Paula Microsoft Excel Worksheet Functions 4 1st Jul 2009 05:38 PM
zero value cells/blank cells causing error in AVERAGE? LilBeanie1033 Microsoft Excel Worksheet Functions 5 19th Mar 2009 06:39 PM
Excel-only average cells if two cells in same row, meet two condit =?Utf-8?B?RXVsaWUtRGVudmVy?= Microsoft Excel Worksheet Functions 5 5th Oct 2006 11:15 PM
average cells, show 0 if nothing to average =?Utf-8?B?S3ljYWp1bg==?= Microsoft Excel Misc 8 21st Jun 2006 07:36 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:22 AM.