View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.newusers
Bob Phillips
 
Posts: n/a
Default uk tax calculator

No, sorry, A4 should be

=MAX($A$1-SUM($B$1,B3)/12,0)*(C3-C2)

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"DarkNight" wrote in message
...
Thanks Bob it works out very well within £4.96 to £8.45 so thats great.

Thank
You Very Much.
just 1 little thing A3 and A4 are the same is that suposed to be

correct( it
works all the same )
and what are the values in b2 and b3
sorry to be a pain

"Bob Phillips" wrote:

If approximate is close enough then do this

A1: earning for this month
B1: tax allowance (e.g. 4895)
C1: 10%
B2: 2090
C2: 22%
B3: 32400
C3: 40%
A2: =MAX(($A$1-SUM($B$1:B1)/12),0)*C1
A3: =MAX($A$1-B1/12-B2/12,0)*(C2-C1)
A4: =MAX($A$1-B1/12-B2/12,0)*(C2-C1)

and the answer in A5

=ROUND($A$1-SUM(A2:A4),2)

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"DarkNight" wrote in message
...
thanks guys for taking the time to respond to this post.
think i'm getting somewhere...
when i calculate my gross earnings for a week i then divide by a %

this
however changes with diffrent amounts of pay.. but would like it to

auto
calculate.
p.s. it dosent have to be 100% right just a rough estamate would be

nice.
i've even been to the inland revenue site and there calculator gets me
somewhere near old payslips.