G
Guest
Hi al
I'm trying to find out an average rate across non sequential cells, if the value in a corresponding cell is not "#Value" or any other error or number less than 1
The correseponding cells are H13, H21, H29, H37, H4
The rate cells (to average) are C13, C21, C29, C37, C45 (are always on the same row as above but different column
I tried this formula but it's got a problem with the individual cells being nominated with comma's, however I need the formula to evaluate each cell separately before it includes it's data
=SUMIF(H13,H21,H29,H37,H45,">0",C13,C21,C29,C37,C45)/COUNTA(H13,H21,H37,H45)
Any help would be greatly appreciated.
I'm trying to find out an average rate across non sequential cells, if the value in a corresponding cell is not "#Value" or any other error or number less than 1
The correseponding cells are H13, H21, H29, H37, H4
The rate cells (to average) are C13, C21, C29, C37, C45 (are always on the same row as above but different column
I tried this formula but it's got a problem with the individual cells being nominated with comma's, however I need the formula to evaluate each cell separately before it includes it's data
=SUMIF(H13,H21,H29,H37,H45,">0",C13,C21,C29,C37,C45)/COUNTA(H13,H21,H37,H45)
Any help would be greatly appreciated.