+ Reply to Thread
Results 1 to 5 of 5

Enter Y If calculation greater than X

  1. #1
    Forum Contributor
    Join Date
    10-15-2012
    Location
    Dallas, TX
    MS-Off Ver
    2019
    Posts
    167

    Enter Y If calculation greater than X

    In the attached workbook, I want to run an IF statement in Cell DATA F2. Below is the formula that doesn't work for me. I've tried just using cells, but that doesn't work either.

    If @HIGH-@ENTRY is >= 2, then Y, otherwise blank cell.


    Please Login or Register  to view this content.
    Attached Files Attached Files
    Last edited by cableghost; 06-26-2021 at 05:50 PM.

  2. #2
    Valued Forum Contributor
    Join Date
    04-01-2015
    Location
    The Netherlands
    MS-Off Ver
    2003/2007/2010/2016/office 365
    Posts
    880

    Re: Enter Y If calculation greater than X

    2 <> "2" number vs text

    PHP Code: 
    =IF(([@HIGH]-[@ENTRY])>=2;"Y";""
    Messages have been translated from Dutch to English by means of google translate.

  3. #3
    Forum Contributor
    Join Date
    10-15-2012
    Location
    Dallas, TX
    MS-Off Ver
    2019
    Posts
    167

    Re: Enter Y If calculation greater than X

    Thank you though this formula gives me that error... There's a problem with this formula.

  4. #4
    Valued Forum Contributor
    Join Date
    04-01-2015
    Location
    The Netherlands
    MS-Off Ver
    2003/2007/2010/2016/office 365
    Posts
    880

    Re: Enter Y If calculation greater than X

    Change ; in ,
    PHP Code: 
    =IF(([@HIGH]-[@ENTRY])>=2,"Y",""
    Attached Files Attached Files

  5. #5
    Valued Forum Contributor
    Join Date
    04-01-2015
    Location
    The Netherlands
    MS-Off Ver
    2003/2007/2010/2016/office 365
    Posts
    880

    Re: Enter Y If calculation greater than X

    Thanks for the feedback

+ 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] How to enter date associated with last number greater than zero or last zero in row
    By billrogers184 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-30-2020, 09:16 AM
  2. [SOLVED] How do I enter a IF Function Greater Than Or Equal To in a cell?
    By cupoftealove in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-25-2019, 07:56 AM
  3. [SOLVED] Calculation formula greater than less than
    By AaruJaan in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 05-07-2019, 08:23 AM
  4. [SOLVED] Calculation if greater than 8
    By AaruJaan in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-02-2019, 04:14 PM
  5. If greater than '0' enter value from a table on a different worksheet (tab)
    By maetriks in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-30-2015, 10:25 AM
  6. Replies: 3
    Last Post: 07-11-2012, 11:00 AM
  7. How do you enter greater than?
    By bobflu in forum Excel General
    Replies: 1
    Last Post: 03-26-2008, 02:58 PM

Tags for this Thread

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