Blog


Convert trendline equations into formulas in Excel easily

Convert trendline equations into formulas in Excel easily We've all been there, you've created a graph in excel, needed to smooth or extrapolate the data so have resorted to doing a quick and dirty trendline. 1 2 =trendlineparse("y = 2.6948ln(x) - 0.4039 ",2)   Public Function TrendlineParse(Eqtn As String, Optional xVal As Variant = "eq", Optional xType As Variant = 0) As Variant    more »



How to create real time graphs of CPU temperature on a Raspberry Pi

How to create real time graphs of CPU temperature on a Raspberry PiProbably heavily linked with my inner analyst, for a while now I've wanted to create some real-time graphing of some of my raspberry pi stats. I've had a couple of stabs at it but getting it to actually work has eluded me until now. The below example guides you through how to plot your CPU temp as a graph to an image file, the code is in   more »



Share page

Search Posts

Back to top