Hi,
I am using SUMIF for some tables that summarize my main data.
This works great for dollar values, but for percentages I need to find the average not the total.
I figure I can get the total, and then count how many there were, and that will give me the average.
Can I use SUMIF to just count how many results are bigger than 0?
My totals formula is:
=SUMIF(FullData!$E:$E,$E95,FullData!$CF:$CF)
I was thinking something like:
=SUMIF(FullData!$E:$E,$E95, if(FullData!$CF:$CF>0,1,0) )
Bookmarks