+ Reply to Thread
Results 1 to 5 of 5

Formula to indicate if a number of another number is in the 10% threshold limt

  1. #1
    Forum Contributor
    Join Date
    11-11-2011
    Location
    London, England
    MS-Off Ver
    EXCEL 2013
    Posts
    324

    Formula to indicate if a number of another number is in the 10% threshold limt

    Afternoon Team,
    Hope your well.

    Simple ask (Famous last words)
    I would like a formula to tell me if the received number is in 10% lower or higher threshold of the expected number

    Example
    Expected 100
    Received 98
    Outcome : Withing 10% Range

    Expected 100
    Received 78
    Outcome : Outside 10% Range

    Expected 100
    Received 101
    Outcome : Withing 10% Range

    Expected Is in Column A
    Received is in Column B

    Hope this makes sense. Looking forward to your response
    Last edited by masond3; 03-27-2019 at 04:17 AM.

  2. #2
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Formula to indicate if a number of another number is in the 10% threshold limt

    Formula for C1

    =IF(B1>=A1*0.9,"Within 10% Range","Outside 10% Range")
    My General Rules if you want my help. Not aimed at any person in particular:

    1. Please Make Requests not demands, none of us get paid here.

    2. Check back on your post regularly. I will not return to a post after 4 days.
    If it is not important to you then it definitely is not important to me.

  3. #3
    Forum Expert dosydos's Avatar
    Join Date
    12-09-2015
    Location
    Massachusetts
    MS-Off Ver
    365(PC) V:2308
    Posts
    1,472

    Re: Formula to indicate if a number of another number is in the 10% threshold limt

    put in C1

    =IF(ABS(1-(B1/A1))<=0.1,"Within 10% Range","Outside 10% Range")

  4. #4
    Forum Contributor
    Join Date
    11-11-2011
    Location
    London, England
    MS-Off Ver
    EXCEL 2013
    Posts
    324

    Re: Formula to indicate if a number of another number is in the 10% threshold limt

    Apologizes all,

    I have misaddressed my requirements to you.

    Any number in the received column which is under 10% of the expected number the formula needs to say "Outside 10% Range"

    Any number in the received column which is In or above 10% of the expected number the formula needs to say "Inside 10% Range"

    Hoping you can help.

  5. #5
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: Formula to indicate if a number of another number is in the 10% threshold limt

    Try in D2:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    pct.png

+ 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. Replies: 1
    Last Post: 11-30-2016, 08:02 PM
  2. Replies: 1
    Last Post: 12-17-2014, 11:28 PM
  3. [SOLVED] Count number of days a threshold is exceeded
    By Richiemouse in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-20-2014, 02:23 PM
  4. Replies: 2
    Last Post: 05-27-2014, 02:53 PM
  5. Change graph color when number when exceeding threshold
    By cercle92 in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 03-11-2014, 05:07 PM
  6. Counting number of times a maximum exceeds a threshold on a certain frequency
    By varsakov in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-04-2013, 02:21 PM
  7. is there a limt to the number of points ?
    By inquirer in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-16-2006, 03:05 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