Thread: Countif Problem
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
bj bj is offline
external usenet poster
 
Posts: 1,397
Default Countif Problem

the simplest method is
=sumproduct(--(G1:G1000F1:F1000)
the --( changes the logical true false to 1 0
you can't use the G:G shortcut for a full column and the arrays have to be
the same size

"Mike" wrote:

Okay, I've read through tons of threads, but nothing seems to answer my
question, or maybe I'm just not getting it.

I want to do a countif type formula to count all the rows where the value in
column G is bigger than column F.

=countif(G:G,""&F:F) obviously I have no idea how this is supposed to work.

Any help?