PC Review


Reply
Thread Tools Rate Thread

Defining Category for which percentage should apply

 
 
GOLDEN-EFFA
Guest
Posts: n/a
 
      20th Oct 2003
I am trying to create a spreadsheet that will enable me to work out PAYE and
NIC tax contributions on monthly wages.

There are three categories of earnings...

Starting rate 10% £0.00 to £1,960
Basic rate 22% from £1,961 to £30,500
Higher rate 40% over £30,500


I want to be able to put a persons specific salary in one box and the
spreadsheet automatically apply the appropriate tax percentage.

I imagine I will have to use some sort of < less than > greater than
formula, but I do not know how to link it to the percentage.

Please Help



 
Reply With Quote
 
 
 
 
GOLDEN-EFFA
Guest
Posts: n/a
 
      20th Oct 2003
Dam!

I knew it! I've paid too much tax!

Thanks

This works a treat!




"Gary Thomson" <(E-Mail Removed)> wrote in message
news:08d901c39717$d77580f0$(E-Mail Removed)...

>-----Original Message-----
>I am trying to create a spreadsheet that will enable me

to work out PAYE and
>NIC tax contributions on monthly wages.
>
>There are three categories of earnings...
>
> Starting rate 10% £0.00 to £1,960
> Basic rate 22% from £1,961 to £30,500
> Higher rate 40% over £30,500
>
>
>I want to be able to put a persons specific salary in one

box and the
>spreadsheet automatically apply the appropriate tax

percentage.
>
>I imagine I will have to use some sort of < less than >

greater than
>formula, but I do not know how to link it to the

percentage.
>
>Please Help
>
>

Hope this helps:

>Enter the following into the cells stated:


A B C
1 Band Starting Amount Ceiling
2 10% £0 £1960
3 22% £1961 £30500
4 40% £30500 -
5
6 salary Tax Paid
7 £45000 See Formula below

>.
>Enter the following formula into cell C7:


=IF(A7<=C2,A7*A2,IF(AND(A7>=B3,A7<=C3),C2*A2+(A7-B3)
*A3,C2*A2+(C3-B3)*A3+(A7-B4)*A4))


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calculate Percentage of Total for Category LC Microsoft Access 6 13th Apr 2011 11:36 PM
Apply various percentage with sales between a & b, b & c, etc. Rick R Microsoft Excel Worksheet Functions 2 20th Nov 2008 12:28 AM
RE: Apply a percentage factor to a base number Mike H Microsoft Excel Worksheet Functions 0 29th Jul 2008 11:06 AM
RE: Apply a percentage factor to a base number Gary''s Student Microsoft Excel Worksheet Functions 0 29th Jul 2008 11:06 AM
Is there a way to apply a sliding percentage? biol57 Microsoft Excel Programming 2 8th Feb 2004 09:37 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:02 PM.