Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() Anyone know why the array actually treats empty cells as 0s? Not sure why it would considering using the average function alone doesn't -- andyd2k ------------------------------------------------------------------------ andyd2k's Profile: http://www.excelforum.com/member.php...o&userid=21739 View this thread: http://www.excelforum.com/showthread...hreadid=387511 |
#2
![]() |
|||
|
|||
![]()
I don't know why, but you could check for it in your formula.
For instance: =AVERAGE(IF((ISNUMBER(A1:A13))*(A1:A13-2),A1:A13)) This is an array formula. Hit ctrl-shift-enter instead of enter. If you do it correctly, excel will wrap curly brackets {} around your formula. (don't type them yourself.) andyd2k wrote: Anyone know why the array actually treats empty cells as 0s? Not sure why it would considering using the average function alone doesn't -- andyd2k ------------------------------------------------------------------------ andyd2k's Profile: http://www.excelforum.com/member.php...o&userid=21739 View this thread: http://www.excelforum.com/showthread...hreadid=387511 -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
plotted Average | Charts and Charting in Excel | |||
What is this kind of average called? | Excel Worksheet Functions | |||
formula to calculate the average of a range basing on condition | Excel Worksheet Functions | |||
Can I sum or average a range with more than 1 condition? | Excel Discussion (Misc queries) | |||
average, array and offsets | Excel Worksheet Functions |