C
C Kreig
Good afternoon!
I am working on a 12 month accumalative spreadsheet. When the sheet
calculates the average for the months it currently pulls the months that
contain a 0 in them. I would like this to only average the cells do not
contain 0's. I have pasted the formula below. Can you please help me with
this? Thank you in advance for your help.
=IF(C10=0,"0",AVERAGE(C10:N10))
I am working on a 12 month accumalative spreadsheet. When the sheet
calculates the average for the months it currently pulls the months that
contain a 0 in them. I would like this to only average the cells do not
contain 0's. I have pasted the formula below. Can you please help me with
this? Thank you in advance for your help.
=IF(C10=0,"0",AVERAGE(C10:N10))