Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 155
Default Average of only cells containing numeral value

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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 698
Default Average of only cells containing numeral value

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

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 524
Default Average of only cells containing numeral value

Sun, 1 Jul 2007 06:28:01 -0700 from Tanya
:

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/
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 155
Default Average of only cells containing numeral value

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

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default Average of only cells containing numeral value

One way:

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

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Tanya" wrote in message
...
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




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 155
Default Average of only cells containing numeral value

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" wrote in message
...
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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I get Roman Numeral Font? JRodriguez Excel Discussion (Misc queries) 2 April 7th 07 06:09 PM
How do I convert Numeral to text Kunwar Singh Excel Worksheet Functions 1 April 27th 06 08:30 AM
Type the no.1 after third Numeral Steved Excel Discussion (Misc queries) 2 June 8th 05 03:33 AM
Possible to paginate a multiple page worksheet using Roman numeral Austengroup Excel Discussion (Misc queries) 0 May 16th 05 03:55 PM
Letter and numeral separation ΊΌΦέΘΛ Excel Worksheet Functions 13 April 27th 05 08:55 PM


All times are GMT +1. The time now is 03:21 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"