Thread: Countif Problem
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
JE McGimpsey JE McGimpsey is offline
external usenet poster
 
Posts: 4,624
Default Countif Problem

One way:

=SUMPRODUCT(--(G1:G1000F1:F1000))

In article ,
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?