betweenDates()
The betweenDates() function returns the specified values between two dates into a time-series array. Syntax betweenDates(value, startDate, endDate) Argument Description value (required) An expression that returns a time-series array of values. startDate (required) The beginning date defining when the values should start to be retrieved. Note: If the startDate argument references a…