web based equations

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi all
i'm setting up an online co2 calculator... we use conversion factors and
equations to calculate the co2 emissions from varying energy consuming
activities.

i've built the calculator in excel as a test and now the developer is
manually copying all the equations to html and integrating with a mysql
database. we keep getting miss calculations and i was wondering if there was
a way to integrate the xml from excel?

any suggestion
thanks
 
You will need to type in the formulas. Excel cannot work with the formulas
you seen on the web. For example ?(a-b) must be converted to SQRT(cell_A -
cell_B)
best wishes
 
Back
Top