If you bill clients by the hour, by the project, or in a mix of currencies, a freelance invoice calculator is the small tool that sits next to your real accounting software and saves you from arguing with a spreadsheet every time a new project starts. This page is for independent pros — designers, developers, consultants, translators — who want to sketch out an invoice the way they would on paper, see VAT and currency conversions update inline, and copy the final number into whatever they actually send to the client.
Why a Freelance Invoice Calculator Beats a Spreadsheet
A spreadsheet is brilliant when you already know the shape of the document. For a one-off invoice, it is overkill. You open a new file, build a header, drag formulas, and worry about whether B7 references A7 the way you meant. By the time the math is right, the conversation with the client has moved on.
A notepad calculator flips the work order. You type the things you actually know — hourly_rate = 85, hours = 40, subtotal = hourly_rate * hours — and the totals appear next to the lines. You can rename a variable, change a rate, or add a discount, and every dependent line updates without you touching a formula. Six months later, when the same client comes back with a new project, you can copy the note, change three numbers, and you are done.
To be fair: Soulver, Numi, and a plain spreadsheet are all valid alternatives, and which one fits depends on where you already live. Soulver is the most polished notepad calculator on Apple hardware. Numi is the right pick if you drive macOS through Alfred. A spreadsheet still wins for multi-tab forecasts. Notes Calculator is the option that runs on Mac, Windows, Linux, and the web with one synced login — which matters once you start switching machines. Try it free at app.notescalculator.com, and bookmark the official docs if you want the full reference for variables, percentages, and conversions.
Building Your First Invoice in Notes Calculator
Open a new tab and type the invoice the way you would speak it.
hourly_rate = 85
hours = 40
subtotal = hourly_rate * hours
tax = subtotal * 21%
total = subtotal + tax
You see subtotal resolve to 3400, tax to 714, and total to 4114 next to each line. Change hours to 45 and every value below updates in place. Rename hourly_rate to day_rate and the references update with you. Nothing is hidden behind a cell reference, so when the client questions a number you can read the document out loud.
When you are happy with the totals, copy the final figure into your real invoicing tool. The notepad is the scratchpad, not the legal invoice — and that is the point. It removes the friction from the math without pretending to be your accountant.
Currency Conversion for International Clients
If even one of your clients pays in a currency you do not bank in, you have probably had the conversation about what exchange rate to use. Putting the conversion on its own line makes that conversation short.
invoice_usd = 5000 USD
invoice_eur = 5000 USD to EUR
retainer_gbp = 3200 GBP to USD
You can mix currencies on the same page without the arithmetic getting confused, because each line names what it is. When the client asks why the EUR figure changed between two invoices, you can scroll up to the line with the conversion and answer honestly: rates moved by this much on this date.
For freelancers who invoice in their own home currency but have agreed a USD or EUR rate with a client, this is the fastest way to keep the relationship on the same page. Notes Calculator covers 200+ currencies plus crypto and updates rates hourly.
Tax, VAT, and Discount Math
VAT is where invoice math goes sideways. The order of operations — discount first, then VAT? VAT first, then discount? — is genuinely different from country to country and from contract to contract. The notepad shows the choice in plain text instead of hiding it inside a formula:
hourly_rate = 85
hours = 60
subtotal = hourly_rate * hours
discount = subtotal * 10%
after_discount = subtotal - discount
tax = after_discount * 21%
total = after_discount + tax
Swap the discount and VAT lines if your contract reads the other way around, and the totals update accordingly. You stop guessing and start showing the client the exact lines you applied. When the same client comes back with a different VAT regime — reverse charge, VAT exempt — you flip one line and keep going.
If you want to know what the upgrade unlocks for heavier invoicing weeks, the pricing page lists everything in one place.
Tracking Monthly Revenue Across Clients
Most freelancers do not have one invoice in flight at a time; they have three or four. A separate tab for each client and one for the monthly rollup keeps things honest:
client a = 4500
client b = 3200
client c = 2800
total
Two small things worth knowing here. First, variable names can contain spaces — client a is one variable, not client * a. Second, the total keyword sums every consecutive line above it and stops at the first blank line, so you do not need to repeat the variable names. The Totals and Subtotals docs cover the rules in detail, including how to use subtotal, average, and previous in the same document.
At the end of the month you have a single number to compare against your target. At the end of the quarter, you have three of them. There is no chart, no dashboard, and no plugin to install. It is the same notepad you used to draft the individual invoices, with one extra line at the bottom.
That is the whole pitch. A freelance invoice calculator is not a replacement for accounting software, and it is not trying to be. It is the scratchpad that sits between a client conversation and the document you actually send. Try Notes Calculator free at app.notescalculator.com and see whether the math you already do every Friday afternoon goes faster on a notepad.