Forum Discussion
ccampbell2021
Oct 25, 2021Copper Contributor
average non-contiguous cells while ignoring #N/A errors in excel
Hello, I need to enter a formula that will calculate the average of three non-contiguous cells across a row of data, while also accounting for - and excluding - cells containing #N/A. This formula ...
- Oct 25, 2021
=AGGREGATE(1,6,J9,N9,R9)
Is this the formula you are looking for? I entered formula in T9 and copied down.
OliverScheurich
Oct 25, 2021Gold Contributor
=AGGREGATE(1,6,J9,N9,R9)
Is this the formula you are looking for? I entered formula in T9 and copied down.
- ccampbell2021Oct 25, 2021Copper ContributorThank you very much. Yes, that works perfectly! I did see that function and didn't quite understand the application. But I see what you did and it makes perfect sense.