If the x values are in A1:A400, and Y is in B1:B400, then in C1 and copy down =A1 ^ (2/3)
Then in some vacant cell, =LINEST(B1:B400, C1:C400, FALSE) to get the value of the best-fit coefficient.
Edit: The last argument results in the best fit for y = az (where z = x^(2/3) ). If the last argument is TRUE or omitted, it computes the best fit to y = az + b. LINEST also returns the value of b, along with other metrics of the fit, if it is array-entered.
Bookmarks