+ Reply to Thread
Results 1 to 8 of 8

Multiple If's problem

  1. #1
    Registered User
    Join Date
    01-02-2013
    Location
    Orem, UT
    MS-Off Ver
    Excel 2010
    Posts
    58

    Multiple If's problem

    I need to figure our how to write the correct IF formula for a cell that has multiple arguments/factors involved. I'll do my best to explain the arguments step by step below. Keep in mind this is only one portion of the whole commissions structure, so a rep would never actually owe the company money for discounting these packages. I have attached the spreadsheet that I've started. Essentially, I'd like to figure out how to combine the results in columns "P" & "Q" on worksheet "Sales" into one column.

    Package A: $99.00
    If you collect from the customer the full $99 you get a $15 commission

    If you collection more than the $99, you get the $15 + anything above and beyond the $99.

    If you collect less than the $99, you owe the difference. Example:you only collect $49, you owe the difference of $50 back to the company.

    If the customers credit score is 725 + and you discount the $99, you are only 50% of the difference. Example: You only collect $49 and the customer has a credit score of 725+, you would only owe the difference of $25.

    Thank you in advance with any assistance you can offer!

    Select Blank Sales Spreadsheet.xlsx

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,108

    Re: Multiple If's problem

    is column G the amount required to collect and is J the amount collected ?
    where do you discount ?
    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
    01-02-2013
    Location
    Orem, UT
    MS-Off Ver
    Excel 2010
    Posts
    58

    Re: Multiple If's problem

    Column G is just the base price of the package. The actual amount that the rep may actually charge is reflected in column K.

  4. #4
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,108

    Re: Multiple If's problem

    so is it just the figure of 99 and it does not vary ?
    always comparing to 99

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Multiple If's problem

    Maybe this, in Q?

    =IFERROR(IF(L2>=725,IF(K2<=G2,K2-G2,0)/2,""),"")
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  6. #6
    Registered User
    Join Date
    01-02-2013
    Location
    Orem, UT
    MS-Off Ver
    Excel 2010
    Posts
    58

    Re: Multiple If's problem

    If you open up the attached spreadsheet, and enter in $99 in K2, you'll see that it will show the $15 commission in column "O". If you enter say $109 in K2, you'll see the the commission amount column "O" increase to $25 and the deduction amounts in columns "P" & "Q". go away because the rep entered $99 or more in column K2. My goal would be to condense columns "P" & "Q" formulas together into one formula. Hope this is making sense.

  7. #7
    Registered User
    Join Date
    01-02-2013
    Location
    Orem, UT
    MS-Off Ver
    Excel 2010
    Posts
    58

    Re: Multiple If's problem

    FDibbins, your awesome!!!! Thank you for that. It seems to be reading correctly. Thank you so very much!

  8. #8
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Multiple If's problem

    haha thanks for the kind words, all you needed to do was substitute the formula from P (IF(K2<=G2,K2-G2,"")) INTO that refence in the next formula...(=IFERROR(IF(L2>=725,P2/2,""),"")

    I changed the "" to 0 so the division would not give an error

+ 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: 6
    Last Post: 02-28-2014, 09:34 AM
  2. [SOLVED] Multiple Ifs Problem
    By noelchb in forum Excel Formulas & Functions
    Replies: 21
    Last Post: 06-12-2013, 12:23 PM
  3. [SOLVED] Formula Problem with Multiple IF / AND Statements and Multiple outcome?
    By JONBOY666 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-22-2013, 01:32 PM
  4. [SOLVED] Problem with multiple if
    By Sharon Hague in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-13-2012, 12:03 PM
  5. Replies: 1
    Last Post: 02-08-2005, 03:06 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