Forum Discussion
ElJarrod
Dec 06, 2019Copper Contributor
How to exclude specific cells from an AutoSum?
Is it possible to do something like... =AVERAGE(B2:B318) -- except for B7, B100, B103, and B258 How does one write that? Thanks in advance!
Gavrea
Dec 07, 2019Copper Contributor
u want to get rid of DIV 0 errors =if(ISERROR(A1/A2),"",A1/A2) ElJarrod
Wyn Hopkins
Dec 07, 2019MVP