G Guest Jun 29, 2005 #1 What is the easiest way to division by zero errors that occur when using automated subtotals to display averages?
What is the easiest way to division by zero errors that occur when using automated subtotals to display averages?
D Dave Peterson Jun 30, 2005 #2 Look for a count of numbers to be bigger than 0. =IF(SUBTOTAL(2,A2:A10)=0,"",SUBTOTAL(1,A2:A10))