Hello there,

I'm trying to build an excel software and I have a question.
I have a table like this in my sheet:
=======
100 | 100
200 | 400
305 | 300
... | ....
=======
Now I want to count cells in column two with a value greater than column one with a formula. For example the result is 1 for that table.
How can I do it?
Thanks!