I am working on pulling most recent values of children cells into a parent row across multiple columns. I can get it to work for my test iteration number and test execution date, but not for the test result which is part of a dropdown list. The formula I am using (replacing the reference column as I go) is:
=IF(COUNT(CHILDREN()) > 0, INDEX(CHILDREN(), MATCH(MAX(CHILDREN([Test Iteration]@row)), CHILDREN([Test Iteration]@row))))
I am attaching a screenshot to show the #no match error I am getting in the test result column instead of the "pass" value I am wanting to see.