+ Reply to Thread
Results 1 to 2 of 2

How would I modify calculation to have value = zero (0) after reaching a minimum.

  1. #1
    Forum Contributor
    Join Date
    08-15-2005
    Location
    Oklahoma
    MS-Off Ver
    2010, 2013
    Posts
    112

    Smile How would I modify calculation to have value = zero (0) after reaching a minimum.

    I have the following formula:

    =IF($C$5=0,$C$3*EXP(-$C$4*B15),IF(D14=($C$6+0),C14*EXP(-$C$6*(B15-(B15-1))),$C$3*(1+$C$5*$C$4*B15)^(-1/$C$5)))

    I want to modify the formula whereby the value = 0 upon reaching a minimum limit of a fixed value in a single cell. For example, value = 0 if value < fixed value.
    Last edited by Jim15; 07-18-2013 at 03:22 PM.
    Jim15

  2. #2
    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
    52,933

    Re: How would I modify calculation to have value = zero (0) after reaching a minimum.

    assuming your "fixed" value is in A1....
    =if(IF($C$5=0,$C$3*EXP(-$C$4*B15),IF(D14=($C$6+0),C14*EXP(-$C$6*(B15-(B15-1))),$C$3*(1+$C$5*$C$4*B15)^(-1/$C$5)))<A1,0,IF($C$5=0,$C$3*EXP(-$C$4*B15),IF(D14=($C$6+0),C14*EXP(-$C$6*(B15-(B15-1))),$C$3*(1+$C$5*$C$4*B15)^(-1/$C$5))))
    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

+ 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] Modify formula to automate(scroll) calculation
    By alcharbonneau in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-01-2013, 11:05 PM
  2. [SOLVED] calculate equation, but report a minimum value if calculation is too low
    By Rule723 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-10-2012, 03:06 PM
  3. Replies: 3
    Last Post: 05-25-2012, 03:16 AM
  4. Finding Minimum Value of Calculation and Cell Reference
    By centerNegative in forum Excel General
    Replies: 3
    Last Post: 07-16-2011, 11:03 AM
  5. Excel 2007 : Minimum Taxes Calculation Worksheet
    By jwillis76 in forum Excel General
    Replies: 3
    Last Post: 01-12-2011, 11:42 AM

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