Hey guys,
Just looking for a quick bit of help.
Looking to use averageif for two conditions. Normally I'd use the averageifs formula, but, it's not two conditions on one value it's one value where it can be A or B. I've even tried the OR function with no success...
So, what I've tried to do is compensate and do it manually. This is giving me different answers no matter how I do it.
=(SUMIF(L:L,"A",A:A)+SUMIF(L:L,"B",A:A))/(COUNTIF(L:L,"A")+COUNTIF(L:L,"B"))
That should be a manual average, unless I'm mistaken, but the value it's giving me is way off what I'd be expecting. (i.e the above =77.... when the two individually average 90 & 84 respectively.)
So, I'm pretty sure this is wrong. anyone mind pointing out what I'm doing and a neater way of doing this?
Thanks in advance!
-fable
Just looking for a quick bit of help.
Looking to use averageif for two conditions. Normally I'd use the averageifs formula, but, it's not two conditions on one value it's one value where it can be A or B. I've even tried the OR function with no success...
So, what I've tried to do is compensate and do it manually. This is giving me different answers no matter how I do it.
=(SUMIF(L:L,"A",A:A)+SUMIF(L:L,"B",A:A))/(COUNTIF(L:L,"A")+COUNTIF(L:L,"B"))
That should be a manual average, unless I'm mistaken, but the value it's giving me is way off what I'd be expecting. (i.e the above =77.... when the two individually average 90 & 84 respectively.)
So, I'm pretty sure this is wrong. anyone mind pointing out what I'm doing and a neater way of doing this?
Thanks in advance!
-fable