| A calculating web page is created in a few minutes. We start with a very simple Excel spreadsheet, and create an HTML-page that looks the same and calculates the same. |
The spreadsheetIt is a simple spreadsheet that takes a user entered value, the price without VAT, and that calculates the value with VAT.
The formula is price_without_vat * (1+vat in %) equals price_with_vat. The spreadsheet can be downloaded here.
FormattingIn the spreadsheet I selected
Wizard settingsThese are the settings I made in the wizard
The resultAfter pressing ‘Finished’ in the wizard, the resulting webpage will be opened. Enter the price and press TAB. The price including VAT will be updated immediately.
The webpage is self-contained. You can put it onto a web server, or send it as an email to a customer. Everyone with a browser can use it. Test it here! |
Attached files
| vat.xls | |
| The original Excel spreadsheet | |
| vat.htm | |
| The resulting webpage | |