+ Reply to Thread
Results 1 to 2 of 2

Conditional IF Statements - cumulative calc.

  1. #1
    Shams
    Guest

    Conditional IF Statements - cumulative calc.

    Folks,
    I am trying to write an IF statement that will do the following:

    It calculates a commission amount based on 3 level of Sales:

    If Sales is < = $1,500, calculate 0.0025*1500

    If Sales is < = $3,000, calculate 0.0045*3000

    If Sales is > $3,000, calculate 0.0050* cell reference...

    Now, this may look easy enough..here's the trick that needs to happen

    Say, sales is $5,500..the commission calculated should be cumulative i.e.
    0.0025 * 1500, + .0045*3,000 + .0050*(remainder amount)

    What would be a clean way of doing this? I will appreciate any help. Thanks.

    Regards,
    Shams.

  2. #2
    Biff
    Guest

    Re: Conditional IF Statements - cumulative calc.

    Hi!

    See this:

    http://mcgimpsey.com/excel/variablerate.html

    Biff

    "Shams" <[email protected]> wrote in message
    news:[email protected]...
    > Folks,
    > I am trying to write an IF statement that will do the following:
    >
    > It calculates a commission amount based on 3 level of Sales:
    >
    > If Sales is < = $1,500, calculate 0.0025*1500
    >
    > If Sales is < = $3,000, calculate 0.0045*3000
    >
    > If Sales is > $3,000, calculate 0.0050* cell reference...
    >
    > Now, this may look easy enough..here's the trick that needs to happen
    >
    > Say, sales is $5,500..the commission calculated should be cumulative i.e.
    > 0.0025 * 1500, + .0045*3,000 + .0050*(remainder amount)
    >
    > What would be a clean way of doing this? I will appreciate any help.
    > Thanks.
    >
    > Regards,
    > Shams.




+ 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