Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
work book on Excel 07
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Beth Gaines  
View profile  
 More options Nov 7, 6:37 am
Newsgroups: microsoft.public.excel.newusers
From: Beth Gaines <Beth Gai...@discussions.microsoft.com>
Date: Fri, 6 Nov 2009 14:37:01 -0800
Local: Sat, Nov 7 2009 6:37 am
Subject: work book on Excel 07
I want to average a group of percentages but want to exlude cells which have
the value 0 (some of the cells have 0 for the numerator and denominator).  
What would the formula be?  What I have so far is
=(F10+F13+F16+F19+F22+F26+F30)/7  
What I want to do is exclude F19 for example if its value is 0 rather than
0%.  Any suggestions?  
Thanks much.  

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peo Sjoblom  
View profile  
 More options Nov 7, 6:59 am
Newsgroups: microsoft.public.excel.newusers
From: "Peo Sjoblom" <Some...@mvps.org>
Date: Fri, 6 Nov 2009 14:59:17 -0800
Local: Sat, Nov 7 2009 6:59 am
Subject: Re: work book on Excel 07
How many cells are we talking about?  And is there any system to it? Your
cells seem to be every third cell until after F22, after that here is one
cell gap extra. If indeed it is every third cell you can use

=AVERAGE(IF((MOD(F10:F30,3)=1)*(F10:F30>0),F10:F30))

entered with ctrl + shift & enter

If your cells are like what you posted, try

=SUM(F10,F13,F16,F19,F22,F26,F30)/SUMPRODUCT(COUNTIF(INDIRECT({"F10","F13", "F16","F19","F22","F26","F30"}),">0"))

--

Regards,

Peo Sjoblom

"Beth Gaines" <Beth Gai...@discussions.microsoft.com> wrote in message
news:5E213AA8-1FD2-4ACB-8FF1-69617D2AC7EC@microsoft.com...


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
JBeaucaire  
View profile  
 More options Nov 7, 3:29 pm
Newsgroups: microsoft.public.excel.newusers
From: JBeaucaire <jb...@madrocketscientist.com.NOSPAM>
Date: Fri, 6 Nov 2009 23:29:01 -0800
Local: Sat, Nov 7 2009 3:29 pm
Subject: RE: work book on Excel 07
Try this:

=SUM(F10,F13,F16,F19,F22,F26,F30) / COUNTA(F10,F13,F16,F19,F22,F26,F30)
--
"Actually, I *am* a rocket scientist." -- JB
(www.MadRocketScientist.com)

Your feedback is appreciated, click YES if this post helped you.


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Beth Gaines  
View profile  
 More options Nov 10, 12:34 am
Newsgroups: microsoft.public.excel.newusers
From: Beth Gaines <BethGai...@discussions.microsoft.com>
Date: Mon, 9 Nov 2009 08:34:04 -0800
Local: Tues, Nov 10 2009 12:34 am
Subject: RE: work book on Excel 07
It worked.  Thank you very much.  


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peo Sjoblom  
View profile  
 More options Nov 10, 2:23 am
Newsgroups: microsoft.public.excel.newusers
From: "Peo Sjoblom" <Some...@mvps.org>
Date: Mon, 9 Nov 2009 10:23:56 -0800
Local: Tues, Nov 10 2009 2:23 am
Subject: Re: work book on Excel 07
That would not exclude zero from the average

--

Regards,

Peo Sjoblom

"JBeaucaire" <jb...@madrocketscientist.com.NOSPAM> wrote in message

news:DD6BC629-CB5F-47A5-998C-068BD1E1F5D2@microsoft.com...


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google