+ Reply to Thread
Results 1 to 3 of 3

Conflicting Function Issues: (lesser or equal function)

  1. #1
    Registered User
    Join Date
    04-22-2019
    Location
    Singapore
    MS-Off Ver
    365
    Posts
    54

    Conflicting Function Issues: (lesser or equal function)

    Dear all,

    Can I seek some assistance on this:

    Why does it shows 5% instead of 10%? Shouldn't X198 shows 10% instead?

    X198=55%

    =IF(X198<=75%,5%,
    IF(X198<=55%,10%,
    IF(X198<=45%,25%,
    IF(X198<=25%,25%,
    IF(X198<=35%,25%,
    IF(X198<=15%,25%))))))

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,918

    Re: Conflicting Function Issues: (lesser or equal function)

    Try:

    =IF(X198<=45%,25%,
    IF(X198<=55%,10%,
    IF(X198<=75%,5%)))

  3. #3
    Registered User
    Join Date
    04-22-2019
    Location
    Singapore
    MS-Off Ver
    365
    Posts
    54

    Re: Conflicting Function Issues: (lesser or equal function)

    Dear Phuocam,

    It works!!! This helps alot. Thank You very much. You are awesome as usual!

+ 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. Formatting issues when doing an IF function & then another IF function
    By kcaseykc in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-19-2015, 06:13 AM
  2. [SOLVED] Excel lesser than equal to not working
    By sneha1889 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-19-2015, 07:23 PM
  3. Offset function with reference cell equal to the value of match function
    By cmurda in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-08-2014, 02:09 PM
  4. [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
  5. [SOLVED] count number of cells in Column C that have a lesser or equal value to the adjacent cell
    By Geoff Jones in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 12-18-2013, 11:01 AM
  6. Replies: 3
    Last Post: 10-10-2012, 06:37 AM
  7. lesser equal ?
    By -[::::Shamran::::]- in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-09-2005, 06:06 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