Hi
Sorry to go into an old post but this is what I want, to look at the dates.
I want to look at moving rows which have sequential dates based on planning.
=WORKDAY([Online Date]248, 1, {Holidays Range 2})
I also want this to inherit from the date above to repopulate the sequence in order as shown
Currently, if we move a row we have to rebuild and pull down all online date formulas to rectify.
Post I found but couldn't get this to work.
Insert an auto-number column (called "Auto) that has no special formatting.
Next insert a text/number column (called "Row") with the following column formula:
=MATCH(Auto@row, Auto:Auto, 0)
Then you can incorporate this into your formula
Row@row - 1 will always give the row above regardless of sorting, deleting, or adding rows.