Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
It has a error with the "," i tried ";" with no result too.
With ";" Excel does not give a error message, but does not show the correct value. What should i use instead of "," ??? Thanks for your help!! -- Marcelo Rodrigues "Gary''s Student" wrote: =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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
countif | Excel Discussion (Misc queries) | |||
How do I use a countif function according to two other countif fu. | Excel Worksheet Functions | |||
edit this =COUNTIF(A1:F16,"*1-2*")+COUNTIF(A1:F16,"*2-1*") | Excel Discussion (Misc queries) | |||
COUNTIF or not to COUNTIF on a range in another sheet | Excel Worksheet Functions | |||
COUNTIF in one colum then COUNTIF in another...??? | Excel Worksheet Functions |