Hello. This may not be possible but I'll ask anyway as I've not been able to work it out myself...
I have a table which collates scores and calculates the total score as percentage. These percentage cells are spread out over one row, but over multiple separated columns because there are different sets of scores (so can't use a range formula).
At the end of the table I have a cell to calculate the overall score for all scores entered on that row. Not every row will have scores entered for every score so there will be some percentages which will read "0%" as there are no scores to calculate.
How can I get the overall average percentage to ignore the cells with "0%" in? Currently the formula that results in that 0% is:
I have a table which collates scores and calculates the total score as percentage. These percentage cells are spread out over one row, but over multiple separated columns because there are different sets of scores (so can't use a range formula).
At the end of the table I have a cell to calculate the overall score for all scores entered on that row. Not every row will have scores entered for every score so there will be some percentages which will read "0%" as there are no scores to calculate.
How can I get the overall average percentage to ignore the cells with "0%" in? Currently the formula that results in that 0% is:
=((AN5/4*AN$2)+(AO5/4*AO$2)+(AP5/4*AP$2)+(AQ5/4*AQ$2)+(AR5/4*AR$2)+(AS5/4*AS$2)+(AT5/4*AT$2))/(AN$2+AO$2+AP$2+AQ$2+AR$2+AS$2+AT$2)
Would I need to have this converted to a value in order to get an average formula to ignore?
Last edited: