That basically works, but the problem is some rows have "#NA" errors. Is there any way to zero those values out?Try this:
Excel Formula:=SUMPRODUCT(--(ROUND(AR13:AR30000,2)=ROUND(AX13:AX30000,2)))
OK yeah that makes the most sense in my situationAre those #N/A errors the result of formulas?
If those, the best thing to do would be to change the formulas to handle the #N/A errors directly there.
Can you post the formula that is resulting in the error?