Forum Discussion
rflesch
Dec 30, 2024Copper Contributor
User-Defined Fit Functions
Hello, there are several predefined data fit functions in Excel, such as a polynomial fit – I thinks a data fit is called a "trend line" in Excel. I have the following question: Is there a way ...
HansVogelaar
Dec 30, 2024MVP
If you know the mathematical algorithm you want to use. you might create a custom VBA function or procedure in the Visual Basic Editor. Details depend on what you want.
- rfleschDec 30, 2024Copper Contributor
Thank you – I am interested in functions such as, for example,
y = y_0 * (1 – exp(–k*x)) + const.
Is there a tutorial available about how to get Excel to use such a function as a fit function?
Best Regards
rflesch