Can anyone suggest a fix to my function. Combination average functions and hot to get rid of the #DIV/O! error. This is what I have so far and still does't work.
=IF(AVERAGE(DB9:DD9)>3.25,"Advance",IF(AVERAGE(DB9:DD9)>2.5,"Established",IF(AVERAGE(DB9:DD9)>1.75,"Emerging",IFERROR(AVERAGE(DB9:DD9),"Latent"))))
=IF(AVERAGE(DB9:DD9)>3.25,"Advance",IF(AVERAGE(DB9:DD9)>2.5,"Established",IF(AVERAGE(DB9:DD9)>1.75,"Emerging",IFERROR(AVERAGE(DB9:DD9),"Latent"))))