+ Reply to Thread
Results 1 to 2 of 2

greater than, equal to. less than

Hybrid View

  1. #1
    Registered User
    Join Date
    04-04-2013
    Location
    Northampton
    MS-Off Ver
    Excel 2010
    Posts
    40

    Unhappy greater than, equal to. less than

    Hi,
    I am trying to get a formulae for looking at the value of a cell and depending if less than or equal to or equal to or greater than to put the resulting value into the next cell If I use =IF(H$10<=$F10,($F$10/$C$10*i8)) this gives me the less than or equal to, how do I get the next part of the equation into the formulae.the greater than (H$10>=$F10,($F$10/$C$) I am new to this and cannot figure out how to get the second part into the formulae into the cell.

    Many thanks

    robbosan

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: greater than, equal to. less than

    Put $F$10/$C$ in the ValueIfFalse part of the if..

    =IF(condition,ValueIfTrue,ValueIfFalse)

    Your formula has only the ValueIfTrue part.
    =IF(H$10<=$F10, ($F$10/$C$10*i8))

    When the ValueIfFalse is omitted, it just returns FALSE..

    Try
    =IF(H$10<=$F10, ($F$10/$C$10*i8),$F$10/$C$)

+ 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 date is greater than or equal to X but less than or equal to y
    By LloydGilmore in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 03-09-2019, 05:35 AM
  2. SumIfs containing a greater than or equal to And less than or equal to
    By teton88 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 04-15-2014, 07:47 PM
  3. [SOLVED] COUNTIFS function w/greater than or equal to, and less than or equal to time values
    By AliciaRenee in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-27-2014, 03:57 PM
  4. [SOLVED] How to do if greater than or equal to
    By Joah in forum Excel General
    Replies: 4
    Last Post: 06-15-2012, 12:57 AM
  5. greater equal less than
    By ianm34 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-06-2010, 12:17 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