+ Reply to Thread
Results 1 to 4 of 4

IF Formula Greater than

  1. #1
    Forum Contributor
    Join Date
    12-21-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    398

    IF Formula Greater than

    I am trying to find a formula that allows for the following:

    CELL A1 100
    CELL B1 50
    CELL C1 40

    In CELL D1 I Want IF A1 is greater than B1 (40 BY CELL C1) RESULT WILL BE "OK" IN CELL D1,
    otherwise "NOT OK" ( CELL A1 & B1 Will Change time to time)

    Thanks in advance.

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,124

    Re: IF Formula Greater than

    for A1 greater than B1

    =IF( A1>B1, "OK", "Not OK")

    if A1 needs to be greater than B1 by or equal to the value in C1

    (A1-B1)>=C1

    =IF( (A1-B1)>=C1, "OK", "Not OK")
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Forum Contributor
    Join Date
    12-21-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    398

    Re: IF Formula Greater than

    Thanks etaf,

    Thanks for Quick Responce.

    Regards,
    hkbhansali

  4. #4
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,124

    Re: IF Formula Greater than

    your welcome

    if my assistance has helped, and only if you wish to , there is a reputation icon * on the left hand side - you can add to my reputation here
    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved.

+ 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] IF Greater Than & Not 0 Formula
    By swordswinger710 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-29-2012, 11:14 AM
  2. Excel 2007 : Less/Greater than Formula
    By pmjewett in forum Excel General
    Replies: 1
    Last Post: 07-27-2010, 04:25 PM
  3. [SOLVED] Greater than formula!
    By nekteo in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-29-2005, 01:15 PM
  4. [SOLVED] formula for Greater of C or D X E
    By ELISA@RELIABLECONTRACTORS.BIZ in forum Excel General
    Replies: 2
    Last Post: 10-11-2005, 03:05 PM
  5. [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