Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you everybody. They all work.
"Biff" wrote: =sum(if(($A$1:$A$5="Ford")*($B$1:$B$5="June"),1,0) ) confirmed by a Ctrl+Shift+Enter No need for the IF function: =SUM(($A$1:$A$5="Ford")*($B$1:$B$5="June")) Biff "Ashish Mathur" wrote in message ... Hi, You may also want to try using an array formula although sumproduct is definitely a better solution =sum(if(($A$1:$A$5="Ford")*($B$1:$B$5="June"),1,0) ) confirmed by a Ctrl+Shift+Enter Regards, Ashish Mathur "serve" wrote: A B 1 Ford June 2 Ford May 3 BMW June 4 Ford June 5 Ford June I need to COUNT how many "Fords" have the value of June - the answer should be 3 in this sample. I tried sumif, countif, sumproduct, maybe I need a combination? Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count Intervals of 2 Consecutive Values in same Row and Return Count across Row | Excel Worksheet Functions | |||
Count Position of Filtered TEXT cells in a column | Excel Worksheet Functions | |||
Count Position of Filtered TEXT cells in a column | Excel Worksheet Functions | |||
Conversion | Excel Worksheet Functions | |||
SUMPRODUCT Formula to Count Row of data Below Matched Criteria | Excel Worksheet Functions |