Averageifs #DIV/0! solution?
问题 I know this question has been asked 100's of times, but... So I have this formula that gives me #DIV/0! . =AVERAGEIFS(Sheet1!L2:L, Sheet1!M2:M, "WIN",Sheet1!E2:E, ">=" &A7, Sheet1!E2:E, "<" &A8) I know I can wrap it around IFERROR(formula,"") or IFERROR(formula,0) and it works. But there are problems with it in case of real errors with it in the future. I tried to wrap it around IF(formula,"") or IF(formula,0) . But it doesn't work, I still get the same #DIV/0! . And how about these, can I