Hi,
If the plot 'looks' linear in the log-log plot, then the x,y-data are NOT
linear (and y =a* x^m). calculate the logarithms of the x and y values in
new columns and make a plot of log y vs log x, and get a trendline (which you
can force to pass through the origin; i.e., you are forcing "a" to be equal
to 1). However, note that the slope of this line is indeed the exponent "m"
in the equation, y = x^m.
Formatting the axes of a graph to logarithmic scales only changes the visual
appearance of the graph, but does not actually transform the x,y-data to
their logarithm values. If you still want to stick to the y vs x plot with
log-log scales(and not the log y vs log x plot), you can still get a
trendline that 'looks' linear by selecing "Power" and not "linear" for the
trendline type. The trendline equation will show up as y = a*x^m; but you
can't force "a" to become equal to 1. The latter can be done using Excel's
'Solver' utility.
Regards,
B. R. Ramachandran