Results 1 to 5 of 5

Multiple IF Statements

Threaded View

  1. #1
    Registered User
    Join Date
    08-05-2009
    Location
    Lossiemouth, Scotland
    MS-Off Ver
    Excel 2007
    Posts
    3

    Red face Multiple IF Statements

    Hi guys,

    I tried a read through previous posts, but I'm afraid none of them were able to clarify the matter for me.

    I have been working away for a few hours, but not getting very far. I'll explain.

    I'm trying to create a "simple" form that calculates a cost. I work in recruitment, so for example, if I recruit someone to work for a client and they transfer that temp to a permanent position, there is a cost involved that reduces on an incremental time-scale

    The factors that make up the cost are as follows:

    Full transfer fee: 10% of the yearly salary

    Transfer Time-scales vs cost

    14 Days or less = 90% of the Full transfer fee
    Between 15 and 28 days = 80% of the Full transfer fee
    Between 29 and 42 days = 60% of the Full transfer fee
    Between 43 and 56 days = 40% of the Full transfer fee
    Between 57 and 70 days = 20% of the Full transfer fee
    Between 71 and 84 days = 10% of the Full transfer fee

    So before I even attempted the full formula, I decided just to takes one basic statement first just to make sure I could get it right.

    I have attached the sheet so you can see the required fields.

    I started with:

    =IF(E4>=14,C6/100*90, "100% Fee")
    Now that works fine, but as soon as I move beyond the 14 day minimum I have to take into account the range isn't as straight forward, and that's where I fall down. I have tried a few variations, but all seem to fail.

    Is this something that's too complex for an IF statement, or merely to complex for me?

    Any help or advice would be appreciated.

    Steve
    Attached Files Attached Files
    Last edited by Stevieb; 08-05-2009 at 08:03 AM.

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