Hello!
I have a large master sheet (900 rows) with ancestor levels of 0-4. Whatever is in ancestor level 1 in columns 1-12, I need that to copy down to ancestor 2 for all of the children of that parent. I need this to happen throughout the sheet. But I need the information to be fillable in ancestor 1 (not locked up with the column formula, as can happen when viewing from reports).
I'm thinking I could set this up with helper columns, but I just wanted to ask here if there were any other ways to do this besides setting up 12 columns which I can edit and another 12 helper columns to view things on every row and taking up more space in my sheet (we can't hide these - we need to edit and view from every row).
My current workaround is just manually adding =Parent() to each of the ancestor 2 children, but it's easy to overlook things, and we add new children often. It would be better if we could have something set to a column formula just to make sure we don't miss these important notes in our reports.
Or maybe an automation would be better… if that could check for the ancestor 1 data and fill it to all the children when it's updated, that could work…. but not sure about limitations or future-proofing here.
Appreciate any thoughts/feedback!