I'm pulling index/distinct from one sheet, and the same from another sheet. Then index/distinct/collect to have the master distinct list from both sheets. In another column, each distinct entry in the master column is assigned a number (1-5). This number is then pulled back into the original sheets for hierarchy reference.
Problem: if another row is added to either original sheet, somewhere in the middle (where it might have to be), then this new value is placed around the middle of the master column, throwing off the assigned reference numbers for everything below it.
Is there any way around this, to maintain the row order in the master column? It's too long for a nested IF.