I have an array which includes some blank cells. I want to take the AVERAGE and STDEV of the array ignoring the blank cells.
I figured out how to do that with =AVERAGEIF(D8:D84,">0") and it seems to work, but I can’t figure out how to do it with STDEV. Any ideas? Is there a corresponding =STDEVIF(D8:D84,">0") ?