+ Reply to Thread
Results 1 to 4 of 4

Formula to calculate value based on % thresholds

  1. #1
    Forum Contributor
    Join Date
    02-14-2007
    Location
    Chester, England
    MS-Off Ver
    2010 & 2016
    Posts
    312

    Formula to calculate value based on % thresholds

    Hello All

    I have been trying to create a formula that will take a value and compare it to a set of thresholds.

    I have attached a spreadsheet which shows the sort of information I have and the required results (highlighted in green). I am able to calculate the values manually but I really need to be able to have a formula that will cover all eventualities.

    Any help will be gratefully received

    Thanks very much

    Jim
    Attached Files Attached Files
    Last edited by JimmyA; 12-22-2014 at 05:18 AM.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Formula to calculate value based on % thresholds

    Row\Col
    A
    B
    C
    D
    E
    F
    G
    H
    I
    J
    K
    L
    M
    N
    1
    A B C D E Threshold
    0
    2
    4
    6
    8
    2
    Value
    1
    3
    3
    1
    2
    Multiplier
    0.8
    0.7
    1.4
    1.05
    1.05
    3
    Cumulative
    1
    4
    7
    8
    10
    0.8
    -0.1
    0.7
    -0.35
    0
    I3 and across: =I2-N(H2)
    4
    Value After Multiplier
    0.8
    2.2
    3.85
    1.05
    2.1
    B4 and across: =SUMPRODUCT((B3>$I$1:$M$1) * (B3-$I$1:$M$1) * $I$3:$M$3) - SUM($A4:A4)
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Contributor
    Join Date
    02-14-2007
    Location
    Chester, England
    MS-Off Ver
    2010 & 2016
    Posts
    312

    Re: Formula to calculate value based on % thresholds

    Thats Great.

    Thanks very much for your help shg

    Jim

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Formula to calculate value based on % thresholds

    You're welcome.

+ 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. Formula for a Payment Scale at Different Thresholds
    By lorber123 in forum Excel General
    Replies: 1
    Last Post: 09-23-2014, 01:48 PM
  2. [SOLVED] Formula that will change an amount based on a cell meeting certain thresholds
    By arkadd61 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 10-17-2013, 06:16 PM
  3. Formula help for metrics with different thresholds - very difficult problem
    By smckenna in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-27-2012, 09:17 PM
  4. Replies: 7
    Last Post: 01-06-2011, 07:52 PM
  5. Replies: 1
    Last Post: 10-17-2009, 08:59 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