K
Kevin Sprinkel
I downloaded the subject functions to extract the
coefficients of quadratic and logarithmic trendlines.
After saving as an Add-In, the functions are now
available.
I am getting a VALUE error for the following function:
Function TLcoef(vSheet, vCht, vSeries, vTL)
vSheet Worksheet name or number
vCht Name or Number of the Chart
vSeries Name of the Series
vTL Series' trendline number
when called: =TLcoef("Regression",1,"KnownY",1)
where KnownY the name of the series' range.
Does anyone know what I'm doing wrong?
TIA
Kevin Sprinkel
when called =TLcoef(
coefficients of quadratic and logarithmic trendlines.
After saving as an Add-In, the functions are now
available.
I am getting a VALUE error for the following function:
Function TLcoef(vSheet, vCht, vSeries, vTL)
vSheet Worksheet name or number
vCht Name or Number of the Chart
vSeries Name of the Series
vTL Series' trendline number
when called: =TLcoef("Regression",1,"KnownY",1)
where KnownY the name of the series' range.
Does anyone know what I'm doing wrong?
TIA
Kevin Sprinkel
when called =TLcoef(