COUNTIFS PARENT cross reference
In my summary sheet, I need to cross reference the PARENT rows in my data sheet (status) to count the number of open non-conformities (with less than 100% complete). Basically, the counting in summary sheet needs to take into consideration two conditions in the status sheet:
- Be a PARENT row, and
- % complete <1
I have tried everything I can and I still cannot it to work
Best Answer
-
Add a "helper" column to your status sheet called IsParent (of type Checkbox) and then put a column formula in it:
=IF(COUNT(CHILDREN(Item@row)) > 0, true)
In your summary sheet use the formlua =COUNTIFS({Status Sheet IsParent Column}, true, {Status Sheet % Complete Column}, <1)
I hope this help.
Cheers,
Ramzi
Ramzi Khuri - Principal Consultant @ Cedar Tree Consulting (www.cedartreeconsulting.com)
Feel free to email me: ramzi@cedartreeconsulting.com
💡 If this post helped you out, please help the Community by marking it as the accepted answer/helpful.
Answers
-
Add a "helper" column to your status sheet called IsParent (of type Checkbox) and then put a column formula in it:
=IF(COUNT(CHILDREN(Item@row)) > 0, true)
In your summary sheet use the formlua =COUNTIFS({Status Sheet IsParent Column}, true, {Status Sheet % Complete Column}, <1)
I hope this help.
Cheers,
Ramzi
Ramzi Khuri - Principal Consultant @ Cedar Tree Consulting (www.cedartreeconsulting.com)
Feel free to email me: ramzi@cedartreeconsulting.com
💡 If this post helped you out, please help the Community by marking it as the accepted answer/helpful.
-
Ranzi, this is just perfect! 👌
Thank you so much
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!