Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Averaging formula help, please.

My friend is trying to create a spreadsheet that will average a sectio
of cells, but he wants to add a number to the total, before averaging
and only average by the original number of cells.

example...=average(c3:e10) is what he has,

but he wants it to average c3:e10 and add c11:e11 but only average b
the number of entries in c3:e10.

i hope that makes sense...currently he has 3 entries that total 11 an
the averagae is 3.67. he wants to add 1 to the total before averagin
so the total is 12 and the average is 4.

please email me with suggestions...Thanx.

rainman at friendlynet dot co

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Averaging formula help, please.

Hi Rainman

The easiest way to do this would seem to be:

=(sum(c3:e10)+sum(c11:e11)) / {total number of entries} (i.e. manually
entering the formula for averaging numbers)

for example.

=(sum(c3:e10)+sum(c11:e11))/5

If the total number of entries is likely to change than you could use:

=(sum(c3:c10))+sum(c11:e11))/count(c3:e10)

Hope this helps

David



"rainman" wrote in message
...
My friend is trying to create a spreadsheet that will average a section
of cells, but he wants to add a number to the total, before averaging,
and only average by the original number of cells.

example...=average(c3:e10) is what he has,

but he wants it to average c3:e10 and add c11:e11 but only average by
the number of entries in c3:e10.

i hope that makes sense...currently he has 3 entries that total 11 and
the averagae is 3.67. he wants to add 1 to the total before averaging
so the total is 12 and the average is 4.

please email me with suggestions...Thanx.

rainman at friendlynet dot com


---
Message posted from http://www.ExcelForum.com/



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Averaging formula help, please.

David,

I think there are 2 errors in your latter formula. It should read

=(SUM(C3:E10)+SUM(C11:E11))/COUNT(C3:E10)

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"David Coleman" wrote in message
...
Hi Rainman

The easiest way to do this would seem to be:

=(sum(c3:e10)+sum(c11:e11)) / {total number of entries} (i.e. manually
entering the formula for averaging numbers)

for example.

=(sum(c3:e10)+sum(c11:e11))/5

If the total number of entries is likely to change than you could use:

=(sum(c3:c10))+sum(c11:e11))/count(c3:e10)

Hope this helps

David



"rainman" wrote in message
...
My friend is trying to create a spreadsheet that will average a section
of cells, but he wants to add a number to the total, before averaging,
and only average by the original number of cells.

example...=average(c3:e10) is what he has,

but he wants it to average c3:e10 and add c11:e11 but only average by
the number of entries in c3:e10.

i hope that makes sense...currently he has 3 entries that total 11 and
the averagae is 3.67. he wants to add 1 to the total before averaging
so the total is 12 and the average is 4.

please email me with suggestions...Thanx.

rainman at friendlynet dot com


---
Message posted from http://www.ExcelForum.com/





  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 111
Default Averaging formula help, please.

Or a bit shorter:

=SUM(C3:E10,C11:E11)/COUNT(C3:E10)

--
Best Regards
Leo Heuser

Followup to newsgroup only please.

"Bob Phillips" skrev i en meddelelse
...
David,

I think there are 2 errors in your latter formula. It should read

=(SUM(C3:E10)+SUM(C11:E11))/COUNT(C3:E10)

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)



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
Create an Averaging Formula KBaker Excel Discussion (Misc queries) 1 September 25th 09 10:51 PM
formula for selecting ans averaging larryb New Users to Excel 3 February 6th 08 03:41 PM
problem with an averaging formula Bobbie Excel Discussion (Misc queries) 2 January 19th 08 12:16 PM
Averaging formula error Tammy Excel Discussion (Misc queries) 9 February 8th 07 03:05 AM
Averaging with a formula scubab Excel Discussion (Misc queries) 5 August 22nd 06 05:51 AM


All times are GMT +1. The time now is 11:18 AM.

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"