View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Countif - HELP ME!!!

=SUMPRODUCT(--(B1:B100="x"),--(M1:M100="y")) make the 100 whatever you want.
--
Gary''s Student - gsnu200777


"Marcelo Rodrigues" wrote:

Hi everyone,

I have a sheet with several columns,,, and i need to count the number of
lines that match the condition: column B = x and column M = y.

What should i do???
--
Marcelo Rodrigues