+ Reply to Thread
Results 1 to 5 of 5

calculate the commission for each client automaticaly

Hybrid View

  1. #1
    Registered User
    Join Date
    06-07-2008
    Posts
    3

    calculate the commission for each client automaticaly

    Hello,

    This is my first post on here and I am not very savy with the excel. I am trying to get the attached spreadsheet to calculate the commission for each client automaticaly.
    I want the function to calculate it if COMPANY is so and so and POLICY TYPE is so and so then COMMISSION should equal certain percantage of PREMIUM.

    I am dealing with only few companies and each will have two different policy types (different % for each type).

    Does my explanation make sense? I can provide more details if needed. but thats pretty much it.

    What is the formula for this?

    Thank you kindly for your help.
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor Shijesh Kumar's Avatar
    Join Date
    05-26-2008
    Location
    Bangalore / India
    MS-Off Ver
    2000
    Posts
    717
    This is quite simple in excel.. however you mentioned that commission will be certain percentage of premium.. is this fixed...

    if not can you provide what percentage of premium will be the commission...

    probably 2 or 3 examples with sample data and calculation will be helpful

    Basically i want to know the condition which determine the commission..
    eg. if the company is xyz and policy type is one then percentage of premium will be 15%.
    otherwise if company type is abc and the policy type is tow then percentage of premium will be 20%..
    A detailed table of this condition is need to write the query
    Last edited by Shijesh Kumar; 06-07-2008 at 12:50 PM.

  3. #3
    Registered User
    Join Date
    06-07-2008
    Posts
    3
    thanks for your reply

    commission is a set percentage for a given company and given policy type, for example Travelers auto policy pays 15% of the premium and 12% on the home, Safeco Home pays 10% and auto 20%.

    I would like the program to recognize the name of company and type of policy and apply the appropriate commission percentage.

    I attached the new file with an example in there.
    Attached Files Attached Files
    Last edited by mszumins; 06-07-2008 at 01:05 PM.

  4. #4
    Valued Forum Contributor Shijesh Kumar's Avatar
    Join Date
    05-26-2008
    Location
    Bangalore / India
    MS-Off Ver
    2000
    Posts
    717
    Hi,

    For this you need to create a table which containe the company name , policy type and percentage...
    Eg... See Column K , L , and M.

    Then you need to you the formula which I have typed in Column I.

    ={SUM(($K$4:$K$7=D4)*($L$4:$L$7=E4)*$M$4:$M$7)*G4}
    Dont type the Curly braces in the forumla "{}".
    Do not press Enter Key.
    After the formula is typed press Ctrl + shift + enter.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    06-07-2008
    Posts
    3
    thank you again. you rock.

+ 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