+ Reply to Thread
Results 1 to 7 of 7

Nestef if greater than, less than help!

  1. #1
    Registered User
    Join Date
    10-23-2019
    Location
    Athens
    MS-Off Ver
    365
    Posts
    28

    Nestef if greater than, less than help!

    Hi, i am trying to solve this all morning, any help is appreciated:

    I have three conditions:

    from 1 to 12000
    from 12001 to 34999
    from 35000 and above

    And i am trying to tell excel that

    IF the cell O35 is 1 to 12000 then 15% IF the cell O35 is from 12001 to 34999 then 35% IF the cell O35 is greater than 35000 then 45%

    or to say it another way

    IF the cell O35 is greater than 1 but less than 12000 then 15% IF the cell O35 is greater than 12001 but less than 34999 then 35% IF the cell O35 is greater than 35000 then 45%

    But i fail miserably!!! This is for tax purposes! Can someone kindly assist?
    Last edited by Arismac74; 10-23-2019 at 04:04 AM.

  2. #2
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Nestef if greater than, less than help!

    Try: =if(o35 < =12000,0.15,if(and(o55 > 12000,o35 < 35000),0.35,0.45))
    Click the * to say thanks.

  3. #3
    Registered User
    Join Date
    10-23-2019
    Location
    Athens
    MS-Off Ver
    365
    Posts
    28

    Re: Nestef if greater than, less than help!

    WILL YOU MARRY ME!!!! Worked!

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,893

    Re: Nestef if greater than, less than help!

    An alternative:

    =LOOKUP(O35,{1,12001,35000},{0.15,0.35,0.45})
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  5. #5
    Registered User
    Join Date
    10-23-2019
    Location
    Athens
    MS-Off Ver
    365
    Posts
    28

    Re: Nestef if greater than, less than help!

    Quote Originally Posted by Glenn Kennedy View Post
    An alternative:

    =LOOKUP(O35,{1,12001,35000},{0.15,0.35,0.45})
    Also works!

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,893

    Re: Nestef if greater than, less than help!

    You're welcome.



    If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.

  7. #7
    Registered User
    Join Date
    10-23-2019
    Location
    Athens
    MS-Off Ver
    365
    Posts
    28

    Re: Nestef if greater than, less than help!

    Done and done!

+ 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] 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
  2. [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
  3. [SOLVED] Greater than and less than
    By tapsmiled in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-11-2014, 07:47 PM
  4. Replies: 5
    Last Post: 05-04-2012, 06:39 PM
  5. Greater than or Less than.. If Greater Need Difference
    By lemondrplvr in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-01-2010, 02:39 AM
  6. Replies: 4
    Last Post: 08-25-2009, 06:39 AM
  7. if greater then 99 then 1 if greater then 199 then two
    By N.R. in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11:05 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