+ Reply to Thread
Results 1 to 4 of 4

Problem with multiple IF

  1. #1
    Forum Contributor
    Join Date
    10-18-2012
    Location
    ardeduck schools
    MS-Off Ver
    Excel 2003
    Posts
    100

    Problem with multiple IF

    Hello
    I have a problem with a formula, one of the conditions are not working and is writing FALSE instead of the condition.

    Please find attached the file

    Best regards,

    John
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,959

    Re: Problem with multiple IF

    can you explain to me, in words, what you are trying to do please? your formula construction is ummm....unconventional
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Contributor
    Join Date
    10-18-2012
    Location
    ardeduck schools
    MS-Off Ver
    Excel 2003
    Posts
    100

    Re: Problem with multiple IF

    Haha ok sorry about that

    So here are the conditions:

    IF cell<100%, then 100%;

    IF 100%<=cell<110% then 110%

    IF 110%<=cell<120% then 120 %

    IF cell>=120% then minimum between (cell and 148%)


    Regards

    John

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,959

    Re: Problem with multiple IF

    try this....
    =IF(C6<=1,1,IF(AND(C6>1,C6<=$F$1),$F$1,IF(AND(C6>$F$1,C6<=$F$2),$F$2,IF(C6<$F$3,C6,$F$3))))

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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