Currently, I am facing the challenge of converting an Excel spreadsheet into an HTML/CSS/JavaScript page. One major obstacle is translating the formula 100*(50+15)*(100%+100%*50%)
from Excel to JavaScript. Unfortunately, the %
sign has a different interpretation in JavaScript, causing discrepancies in the calculations.
If anyone possesses the knowledge on how to rectify this issue, I am open to suggestions. I am even willing to consider utilizing jQuery or other tools if necessary to achieve the desired outcome.