+ Reply to Thread
Results 1 to 3 of 3

Error message in a simple nested formula

Hybrid View

  1. #1
    Registered User
    Join Date
    07-10-2007
    Posts
    11

    Error message in a simple nested formula

    Hi,

    I'm trying to use this formula, and the very last part of the formula doesn't work with the "IF" and "AND" condition. I get the following message error:
    "The specified formula cannot be entered because it uses more levels of nesting than are allowed in the current file format".

    This is the formula:
    =IF(E26="Yes",IF(E21=0.375,-2.2222*(E16-2.5)+5,IF(AND(E21=0.5,E22=2),-2.1818*(E16-2.75)+5.75,IF(AND(E21=0.5,E22>2),-3*(E16-2.375)+5.75,IF(AND(E21=0.625,E22=3.125),-2.3333*(E16-3.625)+6.125,IF(AND(E21=0.625,E22>3.125),-2.875*(E16-3.25)+5.875,IF(AND(E21=0.75,E22=3.75),-1.1579*(E16-4.75)+10.5,IF(AND(E21=0.75,E22>3.75),-1.3448*(E16-4.125)+8.875))))))))
    If you remove the last part of the formula, that is,
    IF(AND(E21=0.75,E22>3.75),-1.3448*(E16-4.125)+8.875

    and 1 parentesis the formula works....

    Please, if somebody knows how to fix this, it would be greatly appreciated.

    Thanks,
    Cesar
    Attached Files Attached Files
    Last edited by NBVC; 08-08-2008 at 01:38 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Try separating the IF() statements into separate formulas added together...

    Each one will evaluate to a value or 0...then they all get summed up...to give a final result... Only 1 IF() should evaluate to a figure other than 0.

    Try:

    =IF(E26="Yes",IF(E21=0.375,-2.2222*(E16-2.5)+5+0)+IF(AND(E21=0.5,E22=2),-2.1818*(E16-2.75)+5.75,0)+IF(AND(E21=0.5,E22>2),-3*(E16-2.375)+5.75,0)+IF(AND(E21=0.625,E22=3.125),-2.3333*(E16-3.625)+6.125,0)+IF(AND(E21=0.625,E22>3.125),-2.875*(E16-3.25)+5.875,0)+IF(AND(E21=0.75,E22=3.75),-1.1579*(E16-4.75)+10.5,0)+IF(AND(E21=0.75,E22>3.75),-1.3448*(E16-4.125)+8.875))
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    07-10-2007
    Posts
    11
    Thank you so much...
    Cesar

+ 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