The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Newsgroups: microsoft.public.excel.misc
From: carlbe...@earthlink.net (Conrad Carlberg)
Date: 1998/09/13
Subject: Re: Excel8; macro to get trendline equation of graph in a cell
Marcel,
>I'll try the LINEST function as well as your macro. Yes. For example, coeffiecients for a logarithmic trendline come from: >I thought that LINEST only performs a linear regression, so a regression >that yields y=mx+n. Obviously it also works for polynomials. >But does it also work for LN, e-power and x-power equations? =LINEST(B1:B20,LN(A1:A20),,TRUE) "Power" trendline: =LINEST(LN(B1:B20),LN(A1:A20),,TRUE) "Exponential" trendline: =LINEST(LN(B1:B20),A1:A20,,TRUE) (You will likely need to use the EXP() function on the constant Of course, that's just my opinion. I could be wrong. C^2 You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||