I'm trying to use the Averageif(s) formula for an array with two criteria for data that is in columnar form, with skill (i.e, SAP, column C), company (i.e, Facebook, column D), and rate (i.e, $25, column E).
I'd like the find the average rate for each skill with the following criteria:
- the averageif formula will ignore 0s so as to not skew the average
- the averageif formula will take the average of each skill.
So far I've tried =AVERAGEIF($C$7:$C$138,C7=$C$7:$C$138,$E$7:$E$138) but it is showing a #DIV/0 error.
How do I incorporate criteria #1 into the formula?
Thank you!
=AverageIf($E$7:$E$138,"<>0"). Also could you kindly post some sample data in to your original post? Thanks! - BruceWayne