Looked through other posts about this and cannot make isnumber work with sumproduct
=SUMPRODUCT(--(A:A>B:B))
[TABLE="width: 500"]
<tbody>[TR]
[TD]User 1[/TD]
[TD]User 2[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]15[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]20[/TD]
[TD]9[/TD]
[/TR]
</tbody>[/TABLE]
I'd expect to get 3 as the answer but since it's counting the text it gives me 4, any help would be greatly appreciated
=SUMPRODUCT(--(A:A>B:B))
[TABLE="width: 500"]
<tbody>[TR]
[TD]User 1[/TD]
[TD]User 2[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]15[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]20[/TD]
[TD]9[/TD]
[/TR]
</tbody>[/TABLE]
I'd expect to get 3 as the answer but since it's counting the text it gives me 4, any help would be greatly appreciated