Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello,
I have this work book with job titles, names and genders C10=Name D10=Job Title E=Gender (female or male) F10=Basic Salary G10=Transportation......... what i need is to find the total of females only in each job title Best Regards |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
You may use pivot tables. -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com "Tia" wrote in message ... Hello, I have this work book with job titles, names and genders C10=Name D10=Job Title E=Gender (female or male) F10=Basic Salary G10=Transportation......... what i need is to find the total of females only in each job title Best Regards |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Feb 25, 10:07*am, "Ashish Mathur" wrote:
Hi, You may use pivot tables. -- Regards, Ashish Mathur Microsoft Excel MVPwww.ashishmathur.com "Tia" wrote in message ... Hello, I have this work book with job titles, names and genders C10=Name D10=Job Title E=Gender (female or male) F10=Basic Salary G10=Transportation......... what i need is to find the total of females only in each job title Best Regards- Hide quoted text - - Show quoted text - :( i dont know how i wana have it as a general at the end of the sheet total of female of each job title Example : Jack De Tores : Supervior: Female John: Waiter: Male Ruby: Supervisor: Male Rebecca: Supervior: Female Total Supervior Female= ????????? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Try this =sumproduct((D10:D30="Supervisor")*(E10:E30="Femal e")) -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com "Tia" wrote in message ... On Feb 25, 10:07 am, "Ashish Mathur" wrote: Hi, You may use pivot tables. -- Regards, Ashish Mathur Microsoft Excel MVPwww.ashishmathur.com "Tia" wrote in message ... Hello, I have this work book with job titles, names and genders C10=Name D10=Job Title E=Gender (female or male) F10=Basic Salary G10=Transportation......... what i need is to find the total of females only in each job title Best Regards- Hide quoted text - - Show quoted text - :( i dont know how i wana have it as a general at the end of the sheet total of female of each job title Example : Jack De Tores : Supervior: Female John: Waiter: Male Ruby: Supervisor: Male Rebecca: Supervior: Female Total Supervior Female= ????????? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Worksheet Total and Macro | Excel Worksheet Functions | |||
How many males and how many females | Excel Discussion (Misc queries) | |||
New Running Total for each worksheet | Excel Worksheet Functions | |||
Possible? If total in a worksheet 0, highlight worksheet tab? | Excel Worksheet Functions | |||
Count number of instances in sheet e.g. how many males/females | Excel Worksheet Functions |