You can subtract days from a date by specifying "days" as the term in the SUBTRACT function.Syntax: subtract(number_of_days, "days") Example usage: TODAY().subtract(30,"days") Inputdate.subtract(7,"days")
You can subtract months from a date by specifying "months" as the term in the SUBTRACT function.Syntax: subtract(number_of_months, "months") Example usage: TODAY().subtract(6,"months") Inputdate.subtract(2,"months")
You can subtract years from a date by specifying "years" as the term in the SUBTRACT function.Syntax: subtract(number_of_years, "years") Example usage: TODAY().subtract(1,"years") Inputdate.subtract(5,"years")
Click Submit to finish.
To use this feature, you need our Gsuite addon. Install this addon to customize Google Forms.