Looking for a way to tie Parents to Children with a numeric value, so if they become separated and lost in a sort, they can be easily found and nested under the correct Parent again.
We have an automated [ROW ID] column to reference.
We created a [SLIP ID] column and used =PARENT([ROW ID]@row), and it does populate the correct values for Children, but the Parent rows remain blank.
Is there a way to apply the [ROW ID] to a Parent and all of its Children?