D
David
I am trying to average 7 cells formatted to time in a
sheet. My problem is I need to exclude any values that
may be zero in the average.
Example: C10=0:00, D10=0:00, E10=2:40, F10=3:25,
G10=2:25, H10=3:18, I10=2:48. I can get the formula =IF
(C10<1,AVERAGE(D10:I10),AVERAGE(C10:I10)) To work OK my
problem is how to include the next part to say "if C10
and-or D10 is < 1 average E10:I10.
Any help would be appreciated
sheet. My problem is I need to exclude any values that
may be zero in the average.
Example: C10=0:00, D10=0:00, E10=2:40, F10=3:25,
G10=2:25, H10=3:18, I10=2:48. I can get the formula =IF
(C10<1,AVERAGE(D10:I10),AVERAGE(C10:I10)) To work OK my
problem is how to include the next part to say "if C10
and-or D10 is < 1 average E10:I10.
Any help would be appreciated