+ Reply to Thread
Results 1 to 4 of 4

Problem getting a function to work

  1. #1
    Registered User
    Join Date
    10-11-2007
    Posts
    2

    Problem getting a function to work

    Im trying to get a function to work out national inusance based on the condition that more than £89 is earnt. I want a function that works out a sum so long as the number is more than 89 and if not it should enter 0.
    K3=420

    L3 needs to be worked out

    The condition needs to be if K3>89 then SUM((K3-89)/100)*11 and if K3<89 then SUM=0

    I m really stuck and would appreciate any help on this matter!
    Many thanks
    Chance

  2. #2
    Forum Contributor corinereyes's Avatar
    Join Date
    12-02-2003
    Location
    Philippines
    MS-Off Ver
    MS Excel 2016
    Posts
    520
    Hi chance

    Try:

    Please Login or Register  to view this content.
    Corine

  3. #3
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,643
    Perhaps this?

    =(K3>89)*(K3-89)/100*11

  4. #4
    Registered User
    Join Date
    10-11-2007
    Posts
    2
    fantastic, thanks guys! I was almost there just needed the last push at the end!
    Your help is much appreciated!
    Chance

+ 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