Show next 7 dates after a specific starting date (YC?)

You only update the first row. The increment is pre-populated on all of the other rows. I call these work tables. You pre-populate all of the rows you need, then something like a single value column pulls in the dynamic value and the whole table calculates based on that dynamic single value.

That’s what I did here. One small table dynamically adapts to show an endless number of months.

2 Likes