+ Reply to Thread
Results 1 to 2 of 2

help with IF statement

  1. #1
    Registered User
    Join Date
    12-05-2010
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    7

    help with IF statement

    Hello i'm new to the forum and need help with something.

    I'm trying to make a IF statement for a payslip system for a college project the only thing i need help is that i want it so that when the gross pay is above 100,000 i want it so that for every 2 pound that is above the 100,000 limit i want a pound to be removed from the personal allowance limit

    text taken from HMRC stite From the 2010-11 tax year the Personal Allowance reduces where the income is above £100, 000 - by £1 for every £2 of income above the £100,000 limit. This reduction applies irrespective of age.

    Is there any way to do this as i'm stumped and any help would be gratful and I would include you as a reference.

    Thanks and see ya later

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: help with IF statement

    Assuming you have the Personal Allowance in A1 and the Annual Income in B1 this formula in C1 will give you the revised Personal Allowance (Note that it remains the same if B1 is less than £100,000

    =IF(B1="","",MAX(0,A1-MAX(0,B1-100000)/2))
    Audere est facere

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1