+ Reply to Thread
Results 1 to 8 of 8

Formula Calculate Commission According the Criteria

  1. #1
    Forum Contributor
    Join Date
    01-23-2016
    Location
    karachi
    MS-Off Ver
    2007
    Posts
    316

    Formula Calculate Commission According the Criteria

    Hi Experts,
    I have an excel file where I want to calculate commission according to the formula, If I type 1 the amount automatically show 1% of the amount in Commission columns, If I type 2 or 3 or 4., I'm attached screenshot and excel file, you will better understand what I want to say,

    Thank is Advance
    Attached Images Attached Images
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365 for MAC
    Posts
    3,105

    Re: Formula Calculate Commission According the Criteria

    Hi
    changed your table a bit and used this formula:
    =C2*LOOKUP(B2,I4:I18,J4:J18)
    Attached Files Attached Files
    Last edited by Limor_OP; 10-31-2020 at 05:41 PM.

  3. #3
    Forum Contributor
    Join Date
    01-23-2016
    Location
    karachi
    MS-Off Ver
    2007
    Posts
    316

    Re: Formula Calculate Commission According the Criteria

    Thanks for the help, I need a formula in a cell, I just show criteria for describing my issue

  4. #4
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365 for MAC
    Posts
    3,105

    Re: Formula Calculate Commission According the Criteria

    No Problem,

    Turn this into constant numbers:
    =C2*LOOKUP(B2,{0;3;6;7;8;9;10;11;12;13;14;15},{0.05;0.1;0.12;0.13;0.14;0.15;0.16;0.17;0.18;0.19;0.2;0.21})

  5. #5
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Formula Calculate Commission According the Criteria

    Please try

    =C2*TEXT(MIN(B2+6,21),"[>11]0;[>8]1\0;5")%

  6. #6
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365 for MAC
    Posts
    3,105

    Re: Formula Calculate Commission According the Criteria

    Hi Bo_Ry
    Can you please explain your formula?
    especially this part: [>11]0;[>8]1\0;5

    Thanks.

  7. #7
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Formula Calculate Commission According the Criteria

    =--TEXT(MIN(B2+6,21),"[>11]0;[>8]1\0;5")

    similar to
    =If(MIN(B2+6,21)>11,MIN(B2+6,21),if(MIN(B2+6,21)>8,10,5)

    "[>11]0;[>8]1\0;5"
    is custom number formats based on conditions

    https://www.ablebits.com/office-addi...number-format/

  8. #8
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365 for MAC
    Posts
    3,105

    Re: Formula Calculate Commission According the Criteria

    Very nice trick
    Thanks for the clear explanation.

+ 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. [SOLVED] Help with Formula to calculate the basket total and add commission
    By rv02 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-16-2020, 07:35 AM
  2. [SOLVED] Trying to Calculate a Tiered Commission System within one formula
    By ppilot in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 02-19-2020, 01:23 AM
  3. [SOLVED] I need a formula to calculate the commission per trade of my broker
    By sigma_ in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 11-06-2018, 02:11 PM
  4. [SOLVED] Formula to calculate tiered commission/bonus
    By shrijan in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-27-2017, 08:44 AM
  5. [SOLVED] Formula to Calculate commission over certain amount
    By rizmomin in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-04-2014, 02:36 PM
  6. [SOLVED] Formula to calculate commission based on sliding scale
    By Excel Dumbo in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-31-2013, 10:52 PM
  7. [SOLVED] calculate commission $ based on total sold and commission percent
    By blondeindenver in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-05-2005, 10:05 PM

Tags for this Thread

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