Skip to main content
Solved

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

  • July 30, 2019
  • 4 replies
  • 31 views

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?

Best answer by nea_lpatil

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

Link to base for the department_summary

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

4 replies

Forum|alt.badge.img+18

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.


Forum|alt.badge.img+2
  • Participating Frequently
  • Answer
  • July 30, 2019

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

Link to base for the department_summary

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


  • Author
  • New Participant
  • July 31, 2019

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

Link to base for the department_summary

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?


  • Author
  • New Participant
  • July 31, 2019

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


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