Need a little help putting a clause into my averageif statement.
The problem I'm encountering is that some cells in my average range have "-" in them rather than a number. What I would like to do is to not include these in my average.
The current formula is
where B45 = 0
The problem I'm encountering is that some cells in my average range have "-" in them rather than a number. What I would like to do is to not include these in my average.
The current formula is
Code:
=AVERAGEIF(Sheet1!$Q$2:$Q$2083,"="&$B45,Sheet1!$V$2:$V$2083)
where B45 = 0