Returns the serial number of a particular date.
Esta função funciona no Google Sheets da mesma forma que no Excel — mesma sintaxe e argumentos.
DATE(year, month, day)The DATE function creates a valid date value from individual year, month, and day components. It is particularly useful when date components are stored in separate cells or generated by other formulas.
=DATE(2023, 12, 25)Resultado: 2023-12-25
Returns the date for December 25, 2023.
The function adds that number of months to the first month of the specified year.