Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
i have a worksheet of students. they belong to(Names in A2:A30,sex=C column= boys/girls,(Area=D column=rural/urban,Catagory=E column=general/obc/sc/st) catagories. i want to get the number of students belongs to boy-rural-general(multiple criteria) how can i frame a countif formula to get the numbers?
it should be something like--=countif(A2:A30,G1=boys & Rural & General) Last edited by sumesh56 : March 21st 13 at 12:30 AM |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Am Thu, 21 Mar 2013 00:27:44 +0000 schrieb sumesh56: i have a worksheet of students. they belong to(Names in A2:A30,sex=C column= boys/girls,(Area=D column=rural/urban,Catagory=E column=general/obc/sc/st) catagories. i want to get the number of students belongs to boy-rural-general(multiple criteria) how can i frame a countif formula to get the numbers? for excel version xl2007 or later: =COUNTIFS(C2:C20,"boys",D2:D20,"rural",E2:E20,"gen eral") for all versions: =SUMPRODUCT(--(C2:C20="boys"),--(D2:D20="rural"),--(E2:E20="general")) Regards Claus Busch -- Win XP PRof SP2 / Vista Ultimate SP2 Office 2003 SP2 /2007 Ultimate SP2 |
#3
![]() |
|||
|
|||
![]() Quote:
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF COUNTIF - Need Help with multiple criteria | Excel Programming | |||
COUNTIF with multiple criteria | Excel Worksheet Functions | |||
Nesting COUNTIF for multiple criteria in multiple columns | Excel Worksheet Functions | |||
Countif w/ Multiple Criteria | Excel Worksheet Functions | |||
multiple criteria in a countif | Excel Programming |