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...