sdkorin
New Member
- Joined
- Feb 1, 2018
- Messages
- 22
- Office Version
- 2016
- Platform
- Windows
Greeting!
I'm trying to figure out how to count a specific group of people in a workbook.
My workbook is for staffing and name populate out of another workbook with specific character formatting (special characters are attached to the name specifying gender and certifications) Generally peoples names should only appear once on the workbook; however, there is a section that they can be placed twice (due to them working one task part of the day and another the other part of the day). Currently I am using a SUMPRODUCT Match formula to count those that appear in both areas (for example =SUMPRODUCT(--(ISNUMBER(MATCH($B$5:$B$28,$AY$34:$AY$51,0)))) ). So, if "Sayla Mass 2130-0600 ˈ✔KÐ87" appears in both areas, she counts in a specific cell, but if she only appears in one of the areas, she counts in a cell specific for those areas (using a -sum to subtract counts from the both areas cell) However, I would like to break them up by gender as well.
So, what I'd like to do is count only those that appear in both areas by the gender specific special character (males= · and females= ˈ )
Any ideas?
I appreciate everyone's help.
I'm trying to figure out how to count a specific group of people in a workbook.
My workbook is for staffing and name populate out of another workbook with specific character formatting (special characters are attached to the name specifying gender and certifications) Generally peoples names should only appear once on the workbook; however, there is a section that they can be placed twice (due to them working one task part of the day and another the other part of the day). Currently I am using a SUMPRODUCT Match formula to count those that appear in both areas (for example =SUMPRODUCT(--(ISNUMBER(MATCH($B$5:$B$28,$AY$34:$AY$51,0)))) ). So, if "Sayla Mass 2130-0600 ˈ✔KÐ87" appears in both areas, she counts in a specific cell, but if she only appears in one of the areas, she counts in a cell specific for those areas (using a -sum to subtract counts from the both areas cell) However, I would like to break them up by gender as well.
So, what I'd like to do is count only those that appear in both areas by the gender specific special character (males= · and females= ˈ )
Any ideas?
I appreciate everyone's help.