Hi,
I have produced an x-y scatter chart from the following two columns of data.
[TABLE="width: 159"]
<tbody>[TR]
[TD]åkDt hours[/TD]
[TD]Comp. Strength (N/mm²)[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 159"]
<tbody>[TR]
[TD]11.36[/TD]
[TD]6.2[/TD]
[/TR]
[TR]
[TD]16.31[/TD]
[TD]12.9[/TD]
[/TR]
[TR]
[TD]25.18[/TD]
[TD]18.4[/TD]
[/TR]
[TR]
[TD]29.36[/TD]
[TD]24.4[/TD]
[/TR]
[TR]
[TD]38.21[/TD]
[TD]30.5[/TD]
[/TR]
[TR]
[TD]88.41[/TD]
[TD]41.4[/TD]
[/TR]
[TR]
[TD]349.29[/TD]
[TD]63.6[/TD]
[/TR]
</tbody>[/TABLE]
The X scale is formatted to Logarithmic Base 10 and I have added a logarithmic trendline which also displays slope/intercept equation on the chart. In this case it is:
y = 16.72ln(x) -33.445
I then have to manually input these figures elsewhere to carry out further calculations.
Can someone please tell me how to calculate to two numbers without having to produce the chart and trendline.
Thanks in advance.
I have produced an x-y scatter chart from the following two columns of data.
[TABLE="width: 159"]
<tbody>[TR]
[TD]åkDt hours[/TD]
[TD]Comp. Strength (N/mm²)[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 159"]
<tbody>[TR]
[TD]11.36[/TD]
[TD]6.2[/TD]
[/TR]
[TR]
[TD]16.31[/TD]
[TD]12.9[/TD]
[/TR]
[TR]
[TD]25.18[/TD]
[TD]18.4[/TD]
[/TR]
[TR]
[TD]29.36[/TD]
[TD]24.4[/TD]
[/TR]
[TR]
[TD]38.21[/TD]
[TD]30.5[/TD]
[/TR]
[TR]
[TD]88.41[/TD]
[TD]41.4[/TD]
[/TR]
[TR]
[TD]349.29[/TD]
[TD]63.6[/TD]
[/TR]
</tbody>[/TABLE]
The X scale is formatted to Logarithmic Base 10 and I have added a logarithmic trendline which also displays slope/intercept equation on the chart. In this case it is:
y = 16.72ln(x) -33.445
I then have to manually input these figures elsewhere to carry out further calculations.
Can someone please tell me how to calculate to two numbers without having to produce the chart and trendline.
Thanks in advance.