+ Reply to Thread
Results 1 to 10 of 10

Table about commission (daily, monthly, weekly"

  1. #1
    Registered User
    Join Date
    11-21-2014
    Location
    Egypt
    MS-Off Ver
    2013
    Posts
    45

    Post Table about commission (daily, monthly, weekly"

    Hi All,

    First of all, I wish you all a Happy New Year!

    I would like to make design a table that includes the following:

    1- The number of outbounds call that every agent made, If the agent achieves his sales target of these call he can get a bonus or a commision.

    2- The agent can get a bonus only if he achieve 4 successful activation daily, if he exceeded this target for example makes 7 successful activation daily the extra successful activation will be carried over to the next day's target.

    3- The minumum amount of successful daily activation should be not less than 4, the minumum amount of successful weekly activation should be not less than 10, and the minumum amount of successful monthly activation should be not less than 25

    I need your support in desging such a table. I wonder if If condition can be used in this case

    The attached fiel is a copy of what I came up with .
    Attached Files Attached Files

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,745

    Re: Table about commission (daily, monthly, weekly"

    you would need to add the dates or someway of knowing the weeks and months ?

    Pivot tables can be quite useful to pull together this type of data

    you could use Weeknum() to get the weeks - may have an issue at the start or end of the year as the weeknum can have just a couple of days in

    when do you pay the commission ?

    if the sales agent achieved 0 1st week 0 2nd week and then on the last 2 weeks of a month , had 25 - how would that be counted ?
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    11-21-2014
    Location
    Egypt
    MS-Off Ver
    2013
    Posts
    45

    Re: Table about commission (daily, monthly, weekly"

    Thank you Etaf for your reply.

    I have some question on which I need your support:
    What do you mean by the following:
    you could use Weeknum() to get the weeks - may have an issue at the start or end of the year as the weeknum can have just a couple of days in
    Appreciate it if you let me know how can I do it.

    The commisssion should be paid monthly.
    if the sales agent achieved 0 1st week 0 2nd week and then on the last 2 weeks of a month , had 25 - how would that be counted ?
    The commission is 4% whether it if daily, weekly, or monthly. He should get the commission by the end of the month.

  4. #4
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,745

    Re: Table about commission (daily, monthly, weekly"

    so why worry about the other timescales and simply for commision purposes measure monthy and you could use a pivot table from a data file

    date / agent / Bundle / Number of Calls / Successful Subscription

    and then you can use the day/week info just to manage the teams operational - or is that done elsewhere - you dont want to find out at the end of the month failing

    you could also just add the goal into the row for daily results and you could measure performance against goal

    22 work days = 4 /day = 44 minimum activations - BUT you accept 25/month - which is just over 1 per work day ????

    are your targets correct

  5. #5
    Registered User
    Join Date
    11-21-2014
    Location
    Egypt
    MS-Off Ver
    2013
    Posts
    45

    Re: Table about commission (daily, monthly, weekly"

    Thank you for your reply. I would be more than thankful if you can give me an example in a simple design.

    I just wanted to attract yoru attention to the following:

    The agent can get a bonus only if he achieve 4 successful activation daily, if he exceeded this target for example makes 7 successful activation daily the extra successful activation will be carried over to the next day's target.

    I think that I should add another column for the above point.

  6. #6
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,745

    Re: Table about commission (daily, monthly, weekly"

    I would be more than thankful if you can give me an example in a simple design.
    I can , but need to know the rules and how the goals are setup - as at the moment its a bit confusing - someone else may reply that understands what you are doing - at the moment I'm not sure and so finding it hard to load a sample


    heres a pivot table example - using daily figures and goals - summarised as a month
    Attached Files Attached Files
    Last edited by etaf; 01-02-2015 at 07:24 PM.

  7. #7
    Registered User
    Join Date
    11-21-2014
    Location
    Egypt
    MS-Off Ver
    2013
    Posts
    45

    Re: Table about commission (daily, monthly, weekly"

    Thank you Etaf. I wonder if there is any way to use If condition in my case. If yes, please let me know and give me an example if you don't mind.

  8. #8
    Registered User
    Join Date
    11-21-2014
    Location
    Egypt
    MS-Off Ver
    2013
    Posts
    45

    Re: Table about commission (daily, monthly, weekly"

    I would really much appreciate it if you can let me know how "if function" can be used in my case.

  9. #9
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,745

    Re: Table about commission (daily, monthly, weekly"

    i dont know, as i say , i dont really understand what you need and how to structure the data??

    hence the example I gave, is that any good - close , million miles away - perhaps some feedback on why the example will not work for you

  10. #10
    Registered User
    Join Date
    01-02-2015
    Location
    NW Washington
    MS-Off Ver
    2007, 2010, mac 2011
    Posts
    10

    Re: Table about commission (daily, monthly, weekly"

    How about this
    =IF(D2>=4,10,0) in column E
    =IF(D2>4,D2-4,0) in column F

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 3
    Last Post: 10-01-2013, 05:05 AM
  2. Weekly and Monthly Commission Payslip
    By trifarashi in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-22-2013, 08:33 AM
  3. Replies: 4
    Last Post: 07-07-2011, 04:58 AM
  4. Daily Weekly Monthly Data Consolidation
    By aussie111 in forum Excel General
    Replies: 0
    Last Post: 06-23-2009, 08:43 AM
  5. Replies: 1
    Last Post: 07-11-2008, 05:57 AM

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