Renaissance
Board Regular
- Joined
- Jun 20, 2013
- Messages
- 58
Hey all,
I am trying to average a range of cells, but have occasional 0's, #N/A and #DIV/O! errors that I don't want skewing my data.
I've tried to use averageifs and * to come up with the following, but to no avail:
=AVERAGEIF(D27:O27,"<>0")*AVERAGEIF(D27:O27,"<>#N/A")
=AVERAGEIFS(D27:O27,D27:O27,"<>0",D27:O27,"<>#N/A",D27:O27,"<>#DIV/O!")
I do apologize for my horrible formula writing.
~Rena
I am trying to average a range of cells, but have occasional 0's, #N/A and #DIV/O! errors that I don't want skewing my data.
I've tried to use averageifs and * to come up with the following, but to no avail:
=AVERAGEIF(D27:O27,"<>0")*AVERAGEIF(D27:O27,"<>#N/A")
=AVERAGEIFS(D27:O27,D27:O27,"<>0",D27:O27,"<>#N/A",D27:O27,"<>#DIV/O!")
I do apologize for my horrible formula writing.
~Rena