+ Reply to Thread
Results 1 to 3 of 3

IF function less than and greater than help.

  1. #1
    Registered User
    Join Date
    03-04-2013
    Location
    usa
    MS-Off Ver
    Excel 2016
    Posts
    39

    IF function less than and greater than help.

    I've got it started in cell J3 and the first part works I need to add the 2nd and third item below.

    IF H3 IS = OR LESS THAN 3 make J3 needs to = 32.00
    IF H3 IS GREATER THAN 3 make J3 needs to = 38.00
    IF H3 IS GREATER THAN 6 make J3 needs to = 55.00

    I'm not sure if it was attached to this but it's at the link below
    http://thegallery.us/temp/AcrylicBox.xlsx


    Thanks for any help with this!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: IF function less than and greater than help.

    Try

    =IF(H3<=3,32,IF(H3>6,55,38))

  3. #3
    Registered User
    Join Date
    03-04-2013
    Location
    usa
    MS-Off Ver
    Excel 2016
    Posts
    39

    Re: IF function less than and greater than help.

    Thanks for your help.

+ 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. IF Function greater than %
    By Rechelle in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-23-2020, 05:57 PM
  2. IFS Function - Greater than AND less than
    By GregS91 in forum Excel General
    Replies: 1
    Last Post: 03-11-2017, 02:50 PM
  3. Greater than function
    By WarWabbit in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 01-03-2017, 09:04 AM
  4. [SOLVED] Simple IF function help, greater than and less than in same function
    By ExelDummy in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-03-2015, 03:53 PM
  5. Replies: 1
    Last Post: 03-21-2012, 11:22 AM
  6. IF function greater than 115 less than 195
    By dbroderick in forum Excel General
    Replies: 4
    Last Post: 11-23-2011, 01:31 PM
  7. Using greater than function
    By smithl1991 in forum Excel General
    Replies: 2
    Last Post: 02-17-2010, 03:11 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