Add 1 day to a date

I need help
How can I add 1 day to a date?

Example I have the date 05/07/2023 the format of the date is dd/MM/yyyy but I need to add 1 day to that date

I want to get 05/08/2023

How can I do it?

I assume that date is in a date time column?

In a math column, type date + 1 and replace date with the date column.

1 Like

Excellent, I got it
thank you so much

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.