Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations SSS148 on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help converting a formula to an equation

Status
Not open for further replies.

DraftingLad

Mechanical
Mar 26, 2015
2
I'm trying to figure out what the equation would look like in Excel Equation Editor for a particular formula. I can write it in Excel but was never good at rearranging an equation to solve for other variables.
Attached is a short spreadsheet with the information. The formulas use "Named" references and the notations are in column D, with the associated values in Column C.

The solution to the equation I'm trying to write, is in C19 ([highlight #EF2929]Ca[/highlight]). The other equation that needs to be rearranged is in the spreadsheet and the solution for that equation is in cell C12 (Qa)
 
Replies continue below

Recommended for you

hi,

You already have the Excel formula (Ca). So all you need to do is substitute the formulas for S & So. All your other variables are constants.


Skip,

[glasses]Just traded in my OLD subtlety...
for a NUance![tongue]
 
Divide both sides by Ve*2.303*(So/S).
Raise 10 to the power of the result on both sides.
Divide both sides by 100.
Invert both sides
Subtract 100 from both sides.
Negate both sides.

 
Hi DraftingLad,

Why don't you try an add-in called ExcelCalcs ( This will automatically convert your cell formulas to an equation. No need for the Equation Editor. See attached file.
 
Just use a subroutine
Function GetFormula(cell)
GetFormula = cell.Formula
End Function
and then type in the cell GetFormula('cell reference')

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor