I have two sheets that I use to 1. collect data and then 2. combine the data. The first sheet allows users to submit data via a form, there is always a unique reference number associated with their data submission in the first sheet that will be in the key column, they can submit updated data as many times as they need. I use these submissions to to generate a row number via an auto row number column, this row number is then used by a helper column to do an index/distinct check of the key column and populates another column with the unique entries. As there are multiple submissions bt the reviewers there are always more row numbers than unique entries.
Sheet 2 uses one of two “data consolidation” methods, index-match or Join-distinct. As long as I manually enter a row number as a reference for the formulas to use to do a cross sheet reference (back to the first sheet) all works well. In many cases I will auto populate the row number on the second sheet for 100 or more unused rows. I am trying to see if there is a formula that might add a new row number on sheet two when it sees that the row above has been populated by the index-match or join distinct column formula. Any ideas would be greatly appreciated.