using date/time values in linest
I want to use linest with a time series. Specifying the y-values as date returns an error. Linest complains that it expected a number and got "8/1/20".
According to linest help page, it will work with y-values either a number or a date/time value.
I have checked and the y data is formatted as a date/time. I can successfully perform other calculations on these values using date functions such as duration.
What is needed to use date/time values in the y-values of linest?