Hi,
Is there anyway that we can copy parent row into the child row and apply to the whole same column without changing the parent row information?
For example:
=Parent({Test]@row) works if I put into the child rows only, but when I convert to same column formula the information in the parent row disappears so the information doesn't transfer to the child row.
=If(COUNT(CHILDREN([Status]@row))=0, PARENT ([Status]@row) +"") works but it only allows me to use this on a different column to copy from the parent row, but won't allow me to be able to apply it to the same column due to circular error
Thank you!