I have a spreadsheet where I am trying to write a formula to calculate an average. The columns being used may be blank or #N/A, which I want to ignore in the formula. Or it may contain a zero or a number 1 - 5 that I want to be used.
A1 A2 A3 A4 A5 A6
0 1 #N/A 3 5 blank
I'm looking for the average
A1 A2 A3 A4 A5 A6
0 1 #N/A 3 5 blank
I'm looking for the average