#1   Report Post  
Posted to microsoft.public.excel.misc
fivermsg
 
Posts: n/a
Default average in formula?


how would i get the total of this equation
(((E5*1.05)/(E4*1.05))+((E6*0.89)/(E4*0.89))+((E7/E4)/(E4*60))) to
average?? meaning adding each inner equation and dividing by 3 won't
work cause sometimes these inner equations will =0 ... I want the
average of the inner equations omitting any zero values


--
fivermsg
------------------------------------------------------------------------
fivermsg's Profile: http://www.excelforum.com/member.php...o&userid=32348
View this thread: http://www.excelforum.com/showthread...hreadid=521869

  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default average in formula?

=AVERAGE((E5*1.05)/(E4*1.05),(E6*0.89)/(E4*0.89),(E7/E4)/(E4*60))

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"fivermsg" wrote in
message ...

how would i get the total of this equation
(((E5*1.05)/(E4*1.05))+((E6*0.89)/(E4*0.89))+((E7/E4)/(E4*60))) to
average?? meaning adding each inner equation and dividing by 3 won't
work cause sometimes these inner equations will =0 ... I want the
average of the inner equations omitting any zero values


--
fivermsg
------------------------------------------------------------------------
fivermsg's Profile:

http://www.excelforum.com/member.php...o&userid=32348
View this thread: http://www.excelforum.com/showthread...hreadid=521869



  #3   Report Post  
Posted to microsoft.public.excel.misc
fivermsg
 
Posts: n/a
Default average in formula?


so what you are saying is that if one of those inner formulas =0 then it
would omit that one and just average the other two?


--
fivermsg
------------------------------------------------------------------------
fivermsg's Profile: http://www.excelforum.com/member.php...o&userid=32348
View this thread: http://www.excelforum.com/showthread...hreadid=521869

  #4   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default average in formula?

Revise that

=SUM((E5*1.05)/(E4*1.05)+(E6*0.89)/(E4*0.89)+(E7/E4)/(E4*60))/COUNT(E5:E7)

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"Bob Phillips" wrote in message
...
=AVERAGE((E5*1.05)/(E4*1.05),(E6*0.89)/(E4*0.89),(E7/E4)/(E4*60))

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"fivermsg" wrote

in
message ...

how would i get the total of this equation
(((E5*1.05)/(E4*1.05))+((E6*0.89)/(E4*0.89))+((E7/E4)/(E4*60))) to
average?? meaning adding each inner equation and dividing by 3 won't
work cause sometimes these inner equations will =0 ... I want the
average of the inner equations omitting any zero values


--
fivermsg
------------------------------------------------------------------------
fivermsg's Profile:

http://www.excelforum.com/member.php...o&userid=32348
View this thread:

http://www.excelforum.com/showthread...hreadid=521869





  #5   Report Post  
Posted to microsoft.public.excel.misc
Toppers
 
Posts: n/a
Default average in formula?

=(((E5*1.05)/(E4*1.05))+((E6*0.89)/(E4*0.89))+((E7/E4)/(E4*60)))/COUNTIF(E5:E7,"0")

OR

=SUM((E5*1.05)/(E4*1.05)+(E6*0.89)/(E4*0.89)+(E7/E4)/(E4*60))/COUNTIF(E5:E7,"0")

"fivermsg" wrote:


so what you are saying is that if one of those inner formulas =0 then it
would omit that one and just average the other two?


--
fivermsg
------------------------------------------------------------------------
fivermsg's Profile: http://www.excelforum.com/member.php...o&userid=32348
View this thread: http://www.excelforum.com/showthread...hreadid=521869




  #6   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph
 
Posts: n/a
Default average in formula?

"Bob Phillips" wrote in message
...
Revise that

=SUM((E5*1.05)/(E4*1.05)+(E6*0.89)/(E4*0.89)+(E7/E4)/(E4*60))/COUNT(E5:E7)


Presumably you could omit the two occurrences of "*1.05", and similarly of
"*0.89"?
--
David Biddulph


  #7   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default average in formula?

No, that was my mistake, I revised it in a later post.

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"fivermsg" wrote in
message ...

so what you are saying is that if one of those inner formulas =0 then it
would omit that one and just average the other two?


--
fivermsg
------------------------------------------------------------------------
fivermsg's Profile:

http://www.excelforum.com/member.php...o&userid=32348
View this thread: http://www.excelforum.com/showthread...hreadid=521869



  #8   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default average in formula?

Are you asking that, or just stating it?

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"David Biddulph" wrote in message
...
"Bob Phillips" wrote in message
...
Revise that


=SUM((E5*1.05)/(E4*1.05)+(E6*0.89)/(E4*0.89)+(E7/E4)/(E4*60))/COUNT(E5:E7)

Presumably you could omit the two occurrences of "*1.05", and similarly of
"*0.89"?
--
David Biddulph




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
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Average formula onyx4813 Excel Discussion (Misc queries) 3 September 28th 05 06:13 PM
Formula to average certain times Denise Excel Discussion (Misc queries) 5 July 18th 05 01:02 PM
Average Formula Anthony Excel Discussion (Misc queries) 3 July 14th 05 04:38 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM


All times are GMT +1. The time now is 09:32 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"