Hello,
I am using excel 2000 and have a range of cells from A1:E1, which needs to be compared with values in A2:E2 and then count the result.
A1:E1 is- 21,24,18,19,25
A2:E2 is- 20,20,20,20,20
The formula I have is-
=COUNTIF(A1:E1,">=A2:E2", which returns 3.
The above formula worked perfect.
Now the problem is- the values in A2:E2 change in between and the above formula does not work.
A1:E1 is- 21,24,18,19,25
A2:E2 is- 20,20,20,25,25
Can someone please help to count the number of times the values in A1:E1 are greater than the values in A2:E2?
Thanks a lot.
~S
I am using excel 2000 and have a range of cells from A1:E1, which needs to be compared with values in A2:E2 and then count the result.
A1:E1 is- 21,24,18,19,25
A2:E2 is- 20,20,20,20,20
The formula I have is-
=COUNTIF(A1:E1,">=A2:E2", which returns 3.
The above formula worked perfect.
Now the problem is- the values in A2:E2 change in between and the above formula does not work.
A1:E1 is- 21,24,18,19,25
A2:E2 is- 20,20,20,25,25
Can someone please help to count the number of times the values in A1:E1 are greater than the values in A2:E2?
Thanks a lot.
~S