I mean without using online calculators like listen to taxman. I've found the following on the direct.gov.uk website
So that's ok I have an excel formula that looks a bit like this
So say for December I use 4 weeks in the month (I know it's a bit more), the above comes up with a value of £227, on the actual pay slip it was £216, the listentotaxman calculator also has £216. So I'm obviously missing something?
- if you earn more than £139 a week and up to £817 a week, you pay 12 per cent of the amount you earn between £139 and £817
- if you earn more than £817 a week, you also pay 2 per cent of all your earnings over £817
So that's ok I have an excel formula that looks a bit like this
Code:
NI per week = (((Annual salary/52) - 139) * 0.12)
NI per month = NI per week * weeks in a month
So say for December I use 4 weeks in the month (I know it's a bit more), the above comes up with a value of £227, on the actual pay slip it was £216, the listentotaxman calculator also has £216. So I'm obviously missing something?