Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to ignore cells with a #DIV/0 error when I am trying to get an
average? I have cells B2:V2 that may have a number or the error referenced above. In cell, W2, I want to find the average of the cells and ignore the cells with the eror message. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
One way ..
Try in W2, array-entered (press CTRL+SHIFT+ENTER): =AVERAGE(IF(ISNUMBER(B2:V2),B2:V2)) -- Rgds Max xl 97 --- Singapore, GMT+8 xdemechanik http://savefile.com/projects/236895 -- "Darren" wrote in message ... Is there a way to ignore cells with a #DIV/0 error when I am trying to get an average? I have cells B2:V2 that may have a number or the error referenced above. In cell, W2, I want to find the average of the cells and ignore the cells with the eror message. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
That is perfect - Thanks Max
"Max" wrote: One way .. Try in W2, array-entered (press CTRL+SHIFT+ENTER): =AVERAGE(IF(ISNUMBER(B2:V2),B2:V2)) -- Rgds Max xl 97 --- Singapore, GMT+8 xdemechanik http://savefile.com/projects/236895 -- "Darren" wrote in message ... Is there a way to ignore cells with a #DIV/0 error when I am trying to get an average? I have cells B2:V2 that may have a number or the error referenced above. In cell, W2, I want to find the average of the cells and ignore the cells with the eror message. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Glad it helped !
-- Rgds Max xl 97 --- Singapore, GMT+8 xdemechanik http://savefile.com/projects/236895 -- "Darren" wrote in message ... That is perfect - Thanks Max |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Averaging Cells without an Error | Excel Worksheet Functions | |||
Averaging formula error | Excel Discussion (Misc queries) | |||
Hide #div/0 Error When Averaging | Excel Worksheet Functions | |||
#DIV/0 ERROR in AVERAGING | Excel Worksheet Functions | |||
Averaging in VB | Excel Programming |