Excel Help
#1
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!!
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!!
#4
Originally posted by Shazza
if there are no values...it wont count it. just do =AVG(E8:G8)
if there are no values...it wont count it. just do =AVG(E8:G8)
#5
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
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
#6
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.
dude, i dunno...i dont even really know what you're talking about...cant know unless i see the sheet.
#8
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
#9
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.
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.
Thread
Thread Starter
Forum
Replies
Last Post
civic_integra
Interior - Audio - Security
11
01-Aug-2005 12:53 PM