Help

I want to count the number of women or men in my organization

Topic Labels: Formulas
Solved
Jump to Solution
2768 4
cancel
Showing results for 
Search instead for 
Did you mean: 
Ana_Kuri
4 - Data Explorer
4 - Data Explorer

Hi! I’m trying to use a formula or count to use in my base.

I have in a board all the information for each of the employees and in another table I have the departments and I want to add how many women or men I have in each department.

How can I count them with a formula?

1 Solution

Accepted Solutions
nea_lpatil
7 - App Architect
7 - App Architect

If there is any need of further analysis of gender based numbers

employees_DepartmentSummary.JPG

departments_DepartmentSummary.JPG

Link to base for the department_summary

0d41b7239ab01c5f5e8f76a7f7d714f76ba86a36.png

Airtable: Organize anything you can imagine

Airtable works like a spreadsheet but gives you the power of a database to organize anything. Sign up for free.

Neal

See Solution in Thread

4 Replies 4

First GROUP your “People” records by Department, THEN also GROUP them by Gender – this will produce nested grouping in the View. You will have a group of all the employees within a Department, and within that Department they will be grouped by Gender.

When they are grouped like this, Airtable will produce Summary bars at the top of each group, so that you can see the total number of records in that group, as well as other Summary data. You will be able to see the total number of Employees in a Department on the Department group Summary bar, and you will be able to see the total number of Male Employees on the Male > Gender group Summary bar, etc.

nea_lpatil
7 - App Architect
7 - App Architect

If there is any need of further analysis of gender based numbers

employees_DepartmentSummary.JPG

departments_DepartmentSummary.JPG

Link to base for the department_summary

0d41b7239ab01c5f5e8f76a7f7d714f76ba86a36.png

Airtable: Organize anything you can imagine

Airtable works like a spreadsheet but gives you the power of a database to organize anything. Sign up for free.

Neal

Hi Neal! What formula did you use for the rollup in the departments table?

Did it!! Thank you!! I used rollup {COUNTA(values)-Man}