Forum Discussion

BobW40746's avatar
BobW40746
Copper Contributor
Nov 28, 2024
Solved

AVERAGE 10 Non-Contiguous Cells BUT IGNORE any cell with a Value=0

Have a worksheet that needs to AVERAGE a bunch of non-contiguous cells (For example: A10, B13, D6, K18, L12) where some of the cell will have $X.xx values and some will be 0.00.  To get a true averag...
  • HansVogelaar's avatar
    Nov 28, 2024

    =SUM(A10,B13,D6,K18,L12)/((A10<>0)+(B13<>0)+(D6<>0)+(K18<>0)+(L12<>0))

Resources