J
JimS
I want to average a column of negative numbers (there are blanks) such
that I find the average of all numbers between -110 and -180. ( So if
I have 300 numbers in my list and 40 of them are between -110 and
-180, I want the average of just those numbers.)
I'm confusing myself trying to solve this.
So far I have two formulas, but I'm not sure how to combine things.
In fact, I'm not even sure if these are right.
Thanks.
=AVERAGEIF(G23:G3000,">=-180",G23:G3000)
=AVERAGEIF(G23:G3001,"<=-130",G23:G3001)
that I find the average of all numbers between -110 and -180. ( So if
I have 300 numbers in my list and 40 of them are between -110 and
-180, I want the average of just those numbers.)
I'm confusing myself trying to solve this.
So far I have two formulas, but I'm not sure how to combine things.
In fact, I'm not even sure if these are right.
Thanks.
=AVERAGEIF(G23:G3000,">=-180",G23:G3000)
=AVERAGEIF(G23:G3001,"<=-130",G23:G3001)