In a formula column, the DATEMINUTE_ADD() function displays a date and time obtained by adding a number of minutes to a date and time column. The result is a date and time.
The key point: the source column must include time. If the Time option is not enabled on the date column, DATEMINUTE_ADD() has no time to shift.
Syntax
DATEMINUTE_ADD(date_column, number_of_minutes)
Parameters
Examples
Shift a date and time by 30 minutes
The column returns the date and time shifted by 30 minutes.
DATEMINUTE_ADD($Date, 30)
Your formula returns 0 or stays empty
Go further
DATEHOUR_ADD
For an offset expressed in hours rather than minutes.
Or continue with
Formula glossary
All available operators and functions, sorted by category.