+ Reply to Thread
Results 1 to 3 of 3

IF Formula for if Value is not greater or less than a specified value

  1. #1
    Registered User
    Join Date
    07-29-2016
    Location
    Manila, Philippines
    MS-Off Ver
    2010
    Posts
    79

    IF Formula for if Value is not greater or less than a specified value

    Hi Guys,

    How do I go with the the formula if I need to check if the difference between the 2 values are not more than a specific value.

    For example

    Cell A1: 100.23
    Cell B1: 100. 15
    Cell C1: formula to check if the difference between A1 and B1 will not exceed 1.00 or -1.00, sample condition would be "GOOD" for not exceeding, and "BAD" if the differences is more than 1 or -1

    Thank you!

  2. #2
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: IF Formula for if Value is not greater or less than a specified value

    if(abs(a1-b1)<=1,"Good","Bad")

  3. #3
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: IF Formula for if Value is not greater or less than a specified value

    Or
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

+ 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] Macro for If Formula is Greater than Formula AND other conditionals
    By Elieson in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-25-2015, 02:19 AM
  2. [SOLVED] find value which is greater than in a range of cells and return the greater value
    By green369 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-11-2015, 02:46 AM
  3. [SOLVED] count values greater 2 or greater in a column.
    By ammartino44 in forum Excel General
    Replies: 3
    Last Post: 09-16-2014, 07:05 PM
  4. [SOLVED] Formula for greater value
    By raw_geek in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-17-2013, 07:04 PM
  5. Formula for Greater , LEss than
    By Preatorian in forum Excel General
    Replies: 3
    Last Post: 09-17-2009, 01:37 PM
  6. Replies: 4
    Last Post: 08-25-2009, 06:39 AM
  7. [SOLVED] Reversing POWER Formula:with greater algebra skills help me with below formula?
    By soroosj@swbell.net in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-01-2005, 07:05 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