Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
i am using the formula in excel help
(=count(if((A2:A11="south")*(C2:C11="meat"),d2:d11 )) and adapting it to my needs, however, i do not understand the need for d2:d11 in the example and how it translates to my formula. I have been trying: =COUNT(IF(('[AltLnLog 2004.xls]Remington College Only'!S2:S6380="VV539")*('[AltLnLog 2004.xls]Remington College Only'!G2:G6380="Approved"),1,0)) but it always comes up with a total of 1 when i know there should be a total in the hundreds. |
#2
![]() |
|||
|
|||
![]()
Hi Sean
If you want to count =SUMPRODUCT((A2:A11="South")*(B2:B11="Meat")) If you want to sum =SUMPRODUCT((A2:A11="South")*(B2:B11="Meat")*C2:C1 1) -- XL2002 Regards William "sean" wrote in message ... | i am using the formula in excel help | (=count(if((A2:A11="south")*(C2:C11="meat"),d2:d11 )) and adapting it to my | needs, however, i do not understand the need for d2:d11 in the example and | how it translates to my formula. I have been trying: =COUNT(IF(('[AltLnLog | 2004.xls]Remington College Only'!S2:S6380="VV539")*('[AltLnLog | 2004.xls]Remington College Only'!G2:G6380="Approved"),1,0)) but it always | comes up with a total of 1 when i know there should be a total in the | hundreds. |
#3
![]() |
|||
|
|||
![]()
One way would be to Concatenate your two columns into a third helper column
and then just do a normal COUNTIF formula on it...........you could also do Data Filter AutoFilter and select your items in your columns and actually "see" just the rows you're interested in.......... Vaya con Dios, Chuck, CABGx3 "sean" wrote in message ... i am using the formula in excel help (=count(if((A2:A11="south")*(C2:C11="meat"),d2:d11 )) and adapting it to my needs, however, i do not understand the need for d2:d11 in the example and how it translates to my formula. I have been trying: =COUNT(IF(('[AltLnLog 2004.xls]Remington College Only'!S2:S6380="VV539")*('[AltLnLog 2004.xls]Remington College Only'!G2:G6380="Approved"),1,0)) but it always comes up with a total of 1 when i know there should be a total in the hundreds. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count of items using multiple criteria | Excel Worksheet Functions | |||
Counting rows based on criteria in multiple cells | Excel Discussion (Misc queries) | |||
Count Based upon Multiple Conditions | Excel Worksheet Functions | |||
Can I count values in column 1 if criteria in column 2 are met | Excel Worksheet Functions | |||
Count rows based on multiple criteria | Excel Worksheet Functions |