+ Reply to Thread
Results 1 to 2 of 2

If function with changing parameters

  1. #1
    Registered User
    Join Date
    07-23-2015
    Location
    Charleston SC
    MS-Off Ver
    2013
    Posts
    17

    If function with changing parameters

    I don't know if I titled this correctly.

    My scenario (in words) is this: I have a profit amount per year. Investor A receives 100% of the profit until he is repaid his original investment. All of the profits after that are split 50/50 between investor A and investor B.

    I have an IF function to determine, if the cumulative total is more than the amount of the original investment, then the cell yields 50% of the profit. If FALSE, the cell yields 100% of profit.

    The problem is the target original investment is hit mid year. So I need a formula that says, pay 100% of profit cell until cumulative total hits original investment cell, then multiply the remainder by 50%. All in one formula.

    Thanks in advance.

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: If function with changing parameters

    Try

    =IF(CumProfit<=Investment),CumProfit,(Cumprofit-Invetsment)*0.5)

+ 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. Changing multiple parameters in a sensitivity analysis
    By Ziza in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-07-2015, 03:56 PM
  2. If,then, and then again if,then (changing parameters in same formulas)
    By uplandpoet in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-25-2014, 06:40 PM
  3. VBA Excel 2007 Changing Protection Parameters
    By CMSS in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-30-2010, 02:10 PM
  4. Changing Chart Parameters
    By DCSwearingen in forum Excel General
    Replies: 7
    Last Post: 08-10-2006, 07:40 AM
  5. query with changing parameters ...
    By kellie jones in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-06-2006, 03:35 PM
  6. Looping SQL query w/changing parameters in each loop not working
    By Laurin in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 12-09-2005, 11:35 AM
  7. Changing Effects on Graph with different parameters
    By fredrock80 in forum Excel General
    Replies: 2
    Last Post: 01-08-2005, 06:31 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