Count AND arguments

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

Hi there,

I want to count the number of times two seperate things occure in
diffrent rows.

I want to count the times "v" appears in rows C7:AG7 AND the times
someting is put in rows e7:eG7.

So "something" in range e7:eg7 and "v" in range C7:AG7 should increase
the number that is put in A1.

How can I do this?

Thanks
 
Are you sure your cell and range references are correct? They seem to
overlap and are not the same size.

Pete
 
Woops,

Let say C6:AG6 should contain "v"
AND
C12:AG12 should not be empty

And I need to know how many times this appears

Thanks for pointing me out!
 
Back
Top