Chit-Chat Chit-chat is for random, off-topic discussions that don't belong in the other forums.
Please, no car topics here.

Excel Help

Thread Tools
 
Search this Thread
 
Old 04-Jun-2007 | 01:56 PM
  #1  
imported_ashtonp24's Avatar
Thread Starter
Registered User
 
Joined: Sep 2004
Posts: 498
From: Mississauga
Excel Help

Cell range: E8:G8,

I need to take the average, but only if there are values in the cell, so that excel doesn't give the #VALUE! count error

I have it set up like this

=IF("*missing*", AVERAGE(E8:G8), "")

The *missing* needs to be filled in, any help is appreciated!!
Old 04-Jun-2007 | 01:58 PM
  #2  
imported_Shazza's Avatar
Registered User
 
Joined: Dec 2003
Posts: 2,731
From: MaRS...seriously
if there are no values...it wont count it. just do =AVG(E8:G8)
Old 04-Jun-2007 | 01:59 PM
  #3  
imported_JoonyaSI's Avatar
Registered User
 
Joined: Dec 2004
Posts: 11,834
From: Scarbaria
but i dont think u need an IF statement just for that
Old 04-Jun-2007 | 02:00 PM
  #4  
imported_ashtonp24's Avatar
Thread Starter
Registered User
 
Joined: Sep 2004
Posts: 498
From: Mississauga
Originally posted by Shazza
if there are no values...it wont count it. just do =AVG(E8:G8)
There are no values currently, but the cells are defined as 'number' since they're linked to other worksheets with graphs. Because of this it's giving me the error in value message
Old 04-Jun-2007 | 02:03 PM
  #5  
imported_JoonyaSI's Avatar
Registered User
 
Joined: Dec 2004
Posts: 11,834
From: Scarbaria
Originally posted by ashtonp24


There are no values currently, but the cells are defined as 'number' since they're linked to other worksheets with graphs. Because of this it's giving me the error in value message
COPY + PASTE SPECIAL VALUES .... then do your avg
Old 04-Jun-2007 | 02:05 PM
  #6  
imported_Shazza's Avatar
Registered User
 
Joined: Dec 2003
Posts: 2,731
From: MaRS...seriously
when that happens to me, i just put in the raw data again, but that would be tedious for a large set of data.

dude, i dunno...i dont even really know what you're talking about...cant know unless i see the sheet.
Old 04-Jun-2007 | 02:08 PM
  #7  
imported_ashtonp24's Avatar
Thread Starter
Registered User
 
Joined: Sep 2004
Posts: 498
From: Mississauga
ughh.....I wish I could put up a screen shot
Old 04-Jun-2007 | 02:09 PM
  #8  
imported_ashtonp24's Avatar
Thread Starter
Registered User
 
Joined: Sep 2004
Posts: 498
From: Mississauga
ok, basically, I cant have zeroes in teh cells, since it would misrepresent data in other sheets. So, barring that, I need to have a way of taking the average in the summary cell only IF there is data in the criteria cells
Old 04-Jun-2007 | 02:15 PM
  #9  
imported_Shazza's Avatar
Registered User
 
Joined: Dec 2003
Posts: 2,731
From: MaRS...seriously
ah i c. so what you're saying is that you cant even just leave the cell blank b/c it'll still count it as another "n" (b/c it's linked to other sheets), which will screw up the stats.

dude, sorry, but i dunno. i usually do my stats and graphs and such in a program other than excel that doesnt do things like that.
Old 04-Jun-2007 | 02:21 PM
  #10  
imported_JoonyaSI's Avatar
Registered User
 
Joined: Dec 2004
Posts: 11,834
From: Scarbaria
ya and none of the stuff i do really involves getting an avg ... and if it does the #'s are all down a column ..
Old 04-Jun-2007 | 02:27 PM
  #11  
imported_ashtonp24's Avatar
Thread Starter
Registered User
 
Joined: Sep 2004
Posts: 498
From: Mississauga
Ok, cool, thanks for all you guys' help anyways, much appreciated!!
Old 04-Jun-2007 | 02:30 PM
  #12  
imported_ashtonp24's Avatar
Thread Starter
Registered User
 
Joined: Sep 2004
Posts: 498
From: Mississauga
I GOT IT!!!!!!!!!!!!!!!!!!!!!!!1

=IF((SUM(E8:G8)>0), AVERAGE(E8:G8), "")

Persistence FTW!!!!!
Old 04-Jun-2007 | 02:38 PM
  #13  
imported_Shazza's Avatar
Registered User
 
Joined: Dec 2003
Posts: 2,731
From: MaRS...seriously
haha! nice...it seems simple now...lol.
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
Gallagher
Chit-Chat
57
25-Apr-2007 04:22 PM
imported_JoonyaSI
Chit-Chat
34
21-Aug-2006 06:13 PM
civic_integra
Interior - Audio - Security
11
01-Aug-2005 12:53 PM
RApiDArTiFAcTs
Chit-Chat
2
02-Feb-2005 11:51 PM
cibs
Chit-Chat
7
10-Oct-2003 04:54 PM



Quick Reply: Excel Help



All times are GMT -4. The time now is 10:21 PM.