Thread
:
Average when No Data
View Single Post
#
1
Posted to microsoft.public.excel.worksheet.functions
carl
Posts: n/a
Average when No Data
I use this formula:
=AVERAGE(IF(ISNUMBER(I7:AQ7);I7:AQ7))
When there is no data in the range, the formula returns DIV/0. Is there a
way to modify the formula so that it returns """ instead of DIV/0.
Thank you in advance.
Reply With Quote