westend9876
Member
I have two named ranges:
Name of range is CS_total
Completed-Sales!$G$3:$G$500
Name of range AS_total
Abandoned-Sales!$G$3:$G$500
Here is my formula in Results!G3
SUMPRODUCT(CS_total/AS_total)/150
The problem is than some cells in $G$3:$G$500 contain 0 or are blank.
How do I create a formula that disregards 0 and blank cells?
Also, the 150 is the number of rows with actual values greater than 0.
Name of range is CS_total
Completed-Sales!$G$3:$G$500
Name of range AS_total
Abandoned-Sales!$G$3:$G$500
Here is my formula in Results!G3
SUMPRODUCT(CS_total/AS_total)/150
The problem is than some cells in $G$3:$G$500 contain 0 or are blank.
How do I create a formula that disregards 0 and blank cells?
Also, the 150 is the number of rows with actual values greater than 0.