+ Reply to Thread
Results 1 to 4 of 4

Multiply one cell by multiple criteria, depending on the value.

  1. #1
    Registered User
    Join Date
    01-30-2020
    Location
    Dublin, Ireland
    MS-Off Ver
    2010
    Posts
    5

    Multiply one cell by multiple criteria, depending on the value.

    Hi,

    I hope I'm explaining what I want to do correctly here.

    I'm attempting to create a formula that will multiply a cell by multiple options, depending on the value of that cell. This is for sales/commission purposes, for example;

    If Jane sold between 1-6 units she would be paid at $75 per unit, and if she sold between 7-12 units she would be paid at $100 per unit (13-18 sales = $150 per unit and 19+ sales = $200 per unit)

    So what I'm looking to do is enter in the total sales made by Jane into a cell, and depending on that number it would then calculate the commission in another cell using the above criteria. See below for an image:

    Commissions.PNG

    Let me know if further details or an example spread sheet is needed, thank you in advance.

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,900

    Re: Multiply one cell by multiple criteria, depending on the value.

    Either use a little LOOKUP table and tis formula:

    =LOOKUP(D2,$J$2:$J$5,$K$2:$K$5)

    or hard code the values into the formula:

    =LOOKUP(D2,{0,6,13,19},{75,100,150,200})

    and, yes! a sheet is always helpful. Much more helpful than a non-editable picture of one...
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Registered User
    Join Date
    01-30-2020
    Location
    Dublin, Ireland
    MS-Off Ver
    2010
    Posts
    5

    Re: Multiply one cell by multiple criteria, depending on the value.

    Hi Glenn, thanks for the reply and apologies for not including a sheet initially.

    From your workbook I'm wondering how do I apply it to the table I would be using to calculate the commissions.
    I'm not sure if I done it correctly, but I was receiving a result that 7 sales would total $100, when really it should become 7 * 100 = $700.

    I've edited your workbook (attached) to see if you could help me with this.

    Thanks again.
    Attached Files Attached Files

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,900

    Re: Multiply one cell by multiple criteria, depending on the value.

    Now in your sheet.

    You're welcome.



    If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.
    Attached Files Attached Files

+ 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: 8
    Last Post: 06-28-2020, 11:54 AM
  2. Replies: 4
    Last Post: 02-19-2017, 03:56 PM
  3. Sum cell across multiple sheets depending on multiple criteria
    By ExcelHelp79 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-19-2016, 10:16 PM
  4. Multiply depending on if letter is in cell
    By Appleseed in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-29-2015, 10:21 AM
  5. Multiply rows based on Multiple Criteria
    By chacha123 in forum Excel General
    Replies: 3
    Last Post: 02-12-2015, 09:09 AM
  6. Multiply based on multiple array criteria
    By jcullen in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-21-2012, 06:14 PM
  7. [SOLVED] Multiply results of cell depending on number in cell
    By sparky24 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 05-21-2012, 02:13 PM

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