Name (A Column) | Marks (B Column) |
John | 3 |
John | 3 |
John | 2 |
The above is my data and have used the following formula. The formula should give the result as "1" instead of "2". Because, John is having same marks in 2 rows. Let me know how to tweak this formula
John (E column) | =COUNTIFS(A1:A3,E1,B1:B3,">2") |