H
hansjhamm
I am having an issue with getting the sumproduct to return the
information I need.
I am looking down a column and summing all the data that does not state
"inactive" it can range from 0% to 100%
=SUMPRODUCT((B39:B416=B18)*(N39:N416>=0)*(N39:N416<>"Inactive"))
This part is correct, cause I am looking for 3 instances which it gives
me.
But where I am having the problem is this: of those 3 instances; I have
a 0%, 100% and a 100% which averages out at 66.67%. How do I take the
above formula and add in a part to average the actual and only the
numeric data?
Thanks!
Hans
information I need.
I am looking down a column and summing all the data that does not state
"inactive" it can range from 0% to 100%
=SUMPRODUCT((B39:B416=B18)*(N39:N416>=0)*(N39:N416<>"Inactive"))
This part is correct, cause I am looking for 3 instances which it gives
me.
But where I am having the problem is this: of those 3 instances; I have
a 0%, 100% and a 100% which averages out at 66.67%. How do I take the
above formula and add in a part to average the actual and only the
numeric data?
Thanks!
Hans