He estado intentando hacer una expresión matemática en javascript, tal como esta que fue mi último intento (pero no sale el calculó);
<form name="calc">
<p align="right"> </p>
<table width="500" height="751" border="1" align="right">
<tr>
<td width="400">A</td>
<td width="84"><input name="operando1" type="text" value="0" size="12">
</td>
</tr>
<tr>
<td>B</td>
<td><input type="Text" name="operando2" value ="0" size="12"></td>
</tr>
<tr>
<td>C</td>
<td><input type="Text" name="operando3" value ="0" size="12"></td>
</tr>
<tr>
<td>D</td>
<td><input type="Text" name="operando4" value ="0" size="12"></td>
</tr>
<tr>
<td>E</td>
<td><input type="Text" name="operando5" value ="0" size="12"></td>
</tr>
<tr>
<td>F<td>
<td><input type="Text" name="operando6" value ="0" size="12"></td>
</tr>
<tr>
<td>G<td>
<td><input type="Text" name="operando7" value ="0" size="12"></td>
</tr>
<tr>
<td>H</td>
<td><input type="Text" name="operando8" value ="0" size="12"></td>
</tr>
<tr>
<td>I</td>
<td><input type="Text" name="operando9" value ="0" size="12"></td>
</tr>
<tr>
<td>J</td>
<td><input type="Text" name="operando10" value ="0" size="12"></td>
</tr>
<tr>
<td>K</td>
<td><input type="Text" name="operando11" value ="0" size="12"></td>
</tr>
<tr>
<td height="30"> </td>
<td><input type="Button" name="Input" value="CALCULAR" "OnClick="calcula('operando1'-'operando3'/'operando2''+'operando4'+'operando5'+'operando6'+' operando7'+'operando8'+''operando9'+'operando10'+' operando11''*12')>
</td>
</tr>
<tr>
<td> </td>
<td><input type="Text" name="resultado" value="0" size="12"></td>
</tr>
</table>
</form>
Es decir, intento hacer un formulario desde el excel al javascript para que mis usuarios puedan calcular el coste de algo. En excel la formula es la expresión matemática ((B3-B5)/B4)+B6+B7+B8+B9+B10+((B11+B12+B13)*12) , pero tal como lo he descrito en el OnClick de javascript no me va. Por su puesto todos los B variarán para cada usuario y el resultado en función de estos.
Por favor, ayuda que ya me saturé y no doy una