I have two rows (B4:M4 and B6:M6) that will often, by design, contain #N/A. All other cells will contain a numeric value. I would like to calculate the average, but each range below may contain NA.
B4:M4 = outages
B6:M6=unplanned outages
I am trying to get the average number of unplanned outages. Currently using
=SUM(B6:M6)/SUM(B4:M4)
The NA values now throw this off.
B4:M4 = outages
B6:M6=unplanned outages
I am trying to get the average number of unplanned outages. Currently using
=SUM(B6:M6)/SUM(B4:M4)
The NA values now throw this off.