Web based calculations

Soldato
Joined
6 Jan 2006
Posts
3,384
Location
Newcastle upon Tyne
I have a number of basic Excel sheets which calculate a few things which my clients find useful however I was wondering how I could go about getting them (or similar) onto my website?

Firstly, what would I need to write it in and how steep a learning curve would it be to try and do it myself?

Edit - I currently have a Wordpress site so would need to integrate with that.
 
The calculations would be relatively straight forward, just simple additions, subtractions and multiplying of a few figures. Its really just a quick tool to use for people to get an idea of and hopefully to contact us to help out in more depth.
 
Javascript should be able to handle that easily if it's just entering some numbers to run through a formula and get a result. You'll just need to create a HTML input form to enter the values to and then write the formula code behind it.
 
Back
Top Bottom