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.