Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, I have this column which stores variable data and connected to a chart Some of the data has N/A value on it. If I take the average of th whole set of data it gives me error value (Perhaps, due to the dat with N/A value). If the solution is to take away the N/A value fro the data the trend on the chart will be discontinued. So I would lik to get the average of non-error values only without deleting the N/ values. BR, Joh -- Billabon ----------------------------------------------------------------------- Billabong's Profile: http://www.excelforum.com/member.php...fo&userid=1090 View this thread: http://www.excelforum.com/showthread.php?threadid=26597 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=Average(if(isnumber(A1:A10),A1:A10))
Entered with Ctrl+shift+Enter rather than just enter since this is an array formula. -- Regards, Tom Ogilvy "Billabong" wrote in message ... Hi, I have this column which stores variable data and connected to a chart. Some of the data has N/A value on it. If I take the average of the whole set of data it gives me error value (Perhaps, due to the data with N/A value). If the solution is to take away the N/A value from the data the trend on the chart will be discontinued. So I would like to get the average of non-error values only without deleting the N/A values. BR, John -- Billabong ------------------------------------------------------------------------ Billabong's Profile: http://www.excelforum.com/member.php...o&userid=10904 View this thread: http://www.excelforum.com/showthread...hreadid=265971 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sum a Column of Variable length | Excel Discussion (Misc queries) | |||
Sum a column of variable length? | Excel Discussion (Misc queries) | |||
Using a Macro to Sum a Variable-Length Range (a Column) | Excel Programming | |||
Averaging a variable length column | Excel Programming | |||
how to? running average from a variable length list | Excel Programming |