Oops, there is a problem. I'm only trying to count column A by rows. I'm not familiar with sumproduct but heres an example from my spread sheet.
A B
1 50 20
2 -150 30
=SUMPRODUCT((A2:A100>=0)*(A2:A100>=0.5*B2:B100))...
Hi,
I'm trying to write a formula with 2 conditions
A B
1 $161.00 60
2 $20.00 80
3 -$20.00 90
4 -$100.00 30
What I want to determine is :
Number of A that are >0 and > than .5 of B in the same row
Number of A that are >0...