Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=if(count(a1:a10)=0,"No numbers",average(a1:a10))
is one way. Julia wrote: -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
To return a zero rather than #DIV/0!
=SUM(A1:A10)/MAX(1,COUNT(A1:A10)) "Dave Peterson" wrote: =if(count(a1:a10)=0,"No numbers",average(a1:a10)) is one way. Julia wrote: -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find value in array | Excel Worksheet Functions | |||
Function Key for Calculating Average? | Excel Worksheet Functions | |||
Reusing formula | Excel Discussion (Misc queries) | |||
Need to average a range AND calc a formula at once... | Excel Worksheet Functions | |||
Average Formula with Criteria | Excel Discussion (Misc queries) |