+ Reply to Thread
Results 1 to 4 of 4

Multiple variable IF function - Help

  1. #1
    Registered User
    Join Date
    09-21-2017
    Location
    Chicago
    MS-Off Ver
    365
    Posts
    10

    Multiple variable IF function - Help

    1) G33 x C45 PLUS
    2) If H33 is $1M more than G33, take the $1M and multiply by C46 PLUS
    3) IF H33 is $2M or more than G33, for every million starting at $2M and above, take that Million difference and multiply by C47.

    How can I write this so definitively? Can I do this in one spot or do I need to break it out?

    Appreciate the help.

  2. #2
    Forum Expert
    Join Date
    11-27-2007
    Location
    New Jersey, USA
    MS-Off Ver
    2013
    Posts
    1,669

    Re: Multiple variable IF function - Help

    Let's say H33 is $6.57M and G33 is $1.86M.

    What do you want the result to be? explain the logic.

    Attach a sample file with some data and enter results manually calculated.
    1. Click on the * Add Reputation if you think this helped you
    2. Mark your thread as SOLVED when question is resolved

    Modytrane

  3. #3
    Registered User
    Join Date
    09-21-2017
    Location
    Chicago
    MS-Off Ver
    365
    Posts
    10

    Re: Multiple variable IF function - Help

    Trying to fill the green cells (doctored doc with exact format) with potential "Commissions".

    So basically it's G33*C45 baseline + if the variance of G33 & H33 is greater than 1,000,000 multiply the first million by C46 and any additional millions by C47 to get a total sum.
    Last edited by Nick312; 04-23-2019 at 11:35 AM.

  4. #4
    Registered User
    Join Date
    09-21-2017
    Location
    Chicago
    MS-Off Ver
    365
    Posts
    10

    Re: Multiple variable IF function - Help

    solved with

    =SUM(G33*$C$45)+IF(SUM(H33-G33)>1000000,1000000,0)*$C$46+IF(SUM(H33-G33)>1000000,SUM(H33-G33)-1000000,0)*$C$47

+ 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. Fetch sheet name in variable and then calling variable in Indirect function
    By pm.patel189 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-09-2018, 11:47 AM
  2. Need a Fill Down Function For a Multiple-Variable Hierarchy
    By stevensimon10482 in forum Outlook Formatting & Functions
    Replies: 6
    Last Post: 11-21-2017, 12:48 AM
  3. Multiple [and variable] Criteria pricing function
    By bmerrison in forum Excel General
    Replies: 3
    Last Post: 01-30-2017, 12:27 PM
  4. vlookup variable filepath one file variable can this be done via a function?
    By pauldbaker in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-15-2013, 10:10 AM
  5. Replies: 2
    Last Post: 02-04-2013, 06:29 PM
  6. Replies: 2
    Last Post: 07-15-2010, 03:05 PM
  7. [SOLVED] Passing multiple strings to variable in Replace Function
    By ExcelMonkey in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-07-2006, 01:10 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