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 and < than .5 of B in the same row
Number of A that are <0 and > than .5 of B in the same row
Number of A that are <0 and < than .5 of B in the same row
and count each category.
I was trying to use this formula
=COUNTIF(A1:A1,">=0")-COUNTIF(A1:A1,">B1*.5")
but it's not taking in to account the second formula(syntax problem?) and additionally that only counts the 1 row and not all of the rows.
Any help would be greatly appreciated.
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 and < than .5 of B in the same row
Number of A that are <0 and > than .5 of B in the same row
Number of A that are <0 and < than .5 of B in the same row
and count each category.
I was trying to use this formula
=COUNTIF(A1:A1,">=0")-COUNTIF(A1:A1,">B1*.5")
but it's not taking in to account the second formula(syntax problem?) and additionally that only counts the 1 row and not all of the rows.
Any help would be greatly appreciated.