Thread: Nested Funtions
View Single Post
  #3   Report Post  
Anne Troy
 
Posts: n/a
Default

=IF(iserror(AVERAGE(OFFSET(C138,-4,0,-6,1))),"N/A",COUNT(OFFSET($B138,-4,0,-
6,1))=6,AVERAGE(OFFSET(C138,-4,0,-6,1)),"N/A")
*******************
~Anne Troy

www.OfficeArticles.com
www.MyExpertsOnline.com



"StephanieH" wrote in message
...
Is it possible to add one more argument to this formula?


=IF(COUNT(OFFSET($B138,-4,0,-6,1))=6,AVERAGE(OFFSET(C138,-4,0,-6,1)),"N/A")

I want to specify that if the result of the average is an error, then also
return "N/A"