+ Reply to Thread
Results 1 to 3 of 3

Calclulating the number in the midle

Hybrid View

  1. #1
    Registered User
    Join Date
    11-11-2016
    Location
    Cape Town, South Africa
    MS-Off Ver
    7
    Posts
    1

    Calclulating the number in the midle

    Hi all

    I am building a a scorecard based on rating i am however finding it dificult to find the inbetween rating see table below.

    % achieved 0% 90% 100% 102% 105%
    Rating 1 2 3 4 5

    So the idea is if you achieve 50% what would be the rating between 1 & 2 example 1.2 or 1.3 etc. i know i can create a list in the back end but to what extent.

    Any idease on this please?

    ZainO

  2. #2
    Valued Forum Contributor PFDave's Avatar
    Join Date
    05-17-2012
    Location
    Milton Keynes, England
    MS-Off Ver
    Excel 2013
    Posts
    1,067

    Re: Calclulating the number in the midle

    In this example of 50% the result would be
    Formula: copy to clipboard
     =SUM(0.5*SUM(0.9/1))+SUM(2-1) 


    However, you need to work out the ratio or decimal number for each band as you have different parameters for each rating, eg. .9 between 1 and 2, .1 between 2 and 3

    The idea of rating such as you've done is to count the number within a band as opposed to what you're asking for though
    Last edited by PFDave; 11-11-2016 at 04:53 AM.

  3. #3
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Calclulating the number in the midle

    Hi
    Try this in J2 (you can copy down)
    Formula: copy to clipboard
    =FORECAST(I2,OFFSET(B$3:C$3,0,MATCH(I2,B$2:F$2,1)-1),OFFSET(B$2:C$2,0,MATCH(I2,B$2:F$2,1)-1))

    where
    B2:G3 has values {0\0.9\1\1.02\1.05\5;1\2\3\4\5\5}
    I2 has % achieved

    See the file
    Attached Files Attached Files

+ 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] Macros to mark number in a column, if number is x+10, given previously marked number x.
    By aleem5 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-04-2015, 07:49 PM
  2. calclulating loan repayments and being able to change values
    By tigerpie in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-19-2014, 10:10 PM
  3. Replies: 10
    Last Post: 10-30-2013, 07:29 PM
  4. number in cell is number to add number of rows wit copy some contex
    By nicollab in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-31-2012, 08:09 AM
  5. Lookup largest number in a column treating negative number as postive number
    By xWiZardx in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-17-2010, 08:09 AM
  6. Replies: 7
    Last Post: 12-18-2008, 07:34 PM
  7. Replies: 2
    Last Post: 07-05-2006, 08:10 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