msword
Board Regular
- Joined
- Oct 23, 2020
- Messages
- 54
- Office Version
- 2019
- Platform
- Windows
- MacOS
I have bunch of cell with #DIV/0! errors with should be excluded from beign used inside =AVARAGE function.
After trying the =AVERAGE(IFERROR(N33:N36, 0)) the expected result was not acieved since I am getting the "10" value (B2 cell) instead of the "40".
So, how to edit AVERAGE function to excude the #DIV/0! cells completely?
After trying the =AVERAGE(IFERROR(N33:N36, 0)) the expected result was not acieved since I am getting the "10" value (B2 cell) instead of the "40".
So, how to edit AVERAGE function to excude the #DIV/0! cells completely?
Cell Formulas | ||
---|---|---|
Range | Formula | |
B2 | B2 | =AVERAGE(IFERROR(D2:D5, 0)) |
F2:F5 | F2 | =#REF!-#REF! |
G2:G5 | G2 | =F2/#REF! |
D3:D5 | D3 | =#REF!/#REF! |