Updating Existing Formula: Counting Metrics
Hello! I am working on a formula that I had once before that is not working when I transfer it to a new sheet and update the names of the rows that I wanted to add.
Prior Formula: =SUMIFS(CHILDREN(), CHILDREN([Recruiter Name]@row), AND(@cell <> "Full Time >0.5",
@cell + ROUNDDOWN(SUMIF(CHILDREN([Recruiter Name]@row), "Part Time/PRN", CHILDREN()) * 0.5)
The formula needed to count 1 for the Full Time hires, .5 for the part time/prn hires (rounded down), transfers, subtract for each ft rescinded and .5 rounded down for each of the PT/PRN Rescinded, and subtract for the 90 Day Terms.
An example: Recruiter 17 had:
17 FT Hires
24 PT/PRN Hires (counts for 12)
11 Transfers
but also had
4 ft rescind
5 pt/prn rescind (counts for 2)
0 prior month rescind
and 1 90 day term
Desired outcome would be for the parent to measure the children and output the correct number with the specified .5 round downs on the appropriate spaces.
Answers
-
Hi Aimee,
Try:
=SUM(CHILDREN())-ROUNDUP(SUMIFS(Children(), CHILDREN([Recruiter Name]), @cell ="Full Time >0.5")*0.5)-ROUNDUP(SUMIFS(Children(), CHILDREN([Recruiter Name]), @cell ="Part Time/PRN")*0.5)-ROUNDUP(SUMIFS(Children(), CHILDREN([Recruiter Name]), @cell ="PT/PRN Rescind")*0.5)
Work? Help?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!