Hi All,
I'm working on a large "checklist" that has children lines and grandchildren. On this checklist I have a completed column with a check box. So I was using the =COUNTIF(CHILDREN(RANGE),0) to get a list of all children lines that were incomplete. The problem is that as the list has evolved I now need it to do this for just the grandchildren. Does anyone know of a way to modify the formula to only show incomplete grandchildren?