Is there an easy way to automatically add the date for the next day of the row above. in other words, I start with April 3, 2024. When I add a new row, I want the date Column to be filled out automatically with April 4, 2004, etc.
Hi @juergenheise,
that is not a big thing.
There you go:
AddRow(thisTable, thisTable.Date, thisRow.Date + Days("1"))
Please let me know if that fits your use case.
Sincerely
Jannis
@Christiaan_Huizer Solved
Thank you for your help.
1 Like
I would put the following formula in the value for new rows option:
2 Likes
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.