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
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!