+ Reply to Thread
Results 1 to 5 of 5

Percentage to a target function

  1. #1
    Registered User
    Join Date
    01-28-2010
    Location
    birmingham
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    36

    Percentage to a target function

    Hi All,

    I am looking to have a small excel function that would calculate a percentage to target. If the number is above the target, it should show as a negative percentage.

    I.e.

    Value
    A1 = 18.3

    Target
    B1 = 3

    Therefore in
    C1 = should show that because 18.3 is way over "3" the target, it should be in a negative percentage of the target. If the Value was 3 or below - it would be 100% above if you see where I'm coming from.

    Any thoughts?

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Percentage to a target function

    Try

    =(B1-A1)/B1
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Valued Forum Contributor
    Join Date
    10-06-2008
    Location
    Norway
    MS-Off Ver
    2010
    Posts
    365

    Re: Percentage to a target function

    Or maybe =IF(A1<=B1,1,A1/B1*-1)

  4. #4
    Registered User
    Join Date
    01-28-2010
    Location
    birmingham
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    36

    Re: Percentage to a target function

    Quote Originally Posted by estige View Post
    Or maybe =IF(A1<=B1,1,A1/B1*-1)
    Thanks.

    That works with the minus as a percentage, but when a value is lower than 3 the percentage stays at 100%

    Any thoughts?

  5. #5
    Valued Forum Contributor
    Join Date
    10-06-2008
    Location
    Norway
    MS-Off Ver
    2010
    Posts
    365

    Re: Percentage to a target function

    I thought that was what you meant by: "If the Value was 3 or below - it would be 100% above ..."
    Maybe
    =IF(A1<=B1,A1/B1,A1/B1*-1)

+ 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. Percentage towards target
    By LeeCope in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-01-2013, 03:41 PM
  2. Percentage Target Formula
    By michaelr63 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-23-2012, 08:18 AM
  3. [SOLVED] Target Percentage problem
    By jwongsf in forum Excel - New Users/Basics
    Replies: 6
    Last Post: 09-19-2012, 02:06 PM
  4. Percentage chance to hit target number
    By miinstrel in forum Excel General
    Replies: 3
    Last Post: 04-09-2011, 06:52 PM
  5. Percentage of target formula
    By AndrewSE in forum Excel General
    Replies: 6
    Last Post: 03-08-2011, 01:33 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