using excel to solve complex equations

Associate
Joined
16 Mar 2007
Posts
721
how do i solve the following equation in excel for given values of d?

d=[(88.6×10^(-9) )(((4c-1)/(4c-4))+(0.615/c))]^(1/3)

thanks
 
It can be done in Excel, just build it up using the brackets. Or work out each part in a cell and combine.
 
Rearrange it manually to make c=... then wherever d is replace it by a cell reference and put your desired d value in there.
 
Go to Tools->Add-ins, then select the "Solver Add-in". In A1, put the right hand side of your equation (but replacing 'c' with a ref to B1). In B1, put a value. Then go to Tools->Solver... Your target cell is A1. Choose the "value of" radio button, and bung your d value in the box. For "by changing cells", choose B1. Then hit Solve. The value in B1 is your answer.
 
Last edited:
Back
Top Bottom