Results 1 to 2 of 2

Thread: USES MORE LEVELS OF NESTING THAN ARE ALLOWED IN THE CURRENT FILE FORMAT

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Banned
    Join Date
    May 2013
    Posts
    17
    Rep Power
    0

    USES MORE LEVELS OF NESTING THAN ARE ALLOWED IN THE CURRENT FILE FORMAT

    Hi,

    I have a problem I am trying to execute this function but unfortunately, it doesn't work. it shows the error "USES MORE LEVELS OF NESTING THAN ARE ALLOWED IN THE CURRENT FILE FORMAT" I will use more than 15 nested IF's statements. Is it possible? Here is my partial codes/function.

    Code:
    =if(l2="","",if(and(F2="CR",AH2<=1,"Within SLA",if(and(F2="Reorganization",AH2<=5,"Within SLA",if(and(f2="LET",AH2<=1,"Within SLA",if(and(f2="NOT",AH2<=1,"Within SLA",if(and(al2="MMR High",ah2<=5,"Within SLA",if(and(al2="MMR Low",ah2<=2,"Within SLA")))))))))))))
    Please help!

  2. #2
    Administrator Admin's Avatar
    Join Date
    Mar 2011
    Posts
    1,123
    Rep Power
    10
    Hi

    Try; untested.

    PHP Code:
    =IF(L2="","",IF(OR(AND(AH2<=1,OR(F2={"CR","LET","NOT"})),AND(OR(F2="Reorganization",AL2="MMR High"),AH2<=5),AND(AL2="MMR Low",AH2<=2)),"Within SLA")) 
    Cheers !

    Excel Range to BBCode Table
    Use Social Networking Tools If You Like the Answers !

    Message to Cross Posters

    @ Home - Office 2010/2013/2016 on Win 10 (64 bit); @ Work - Office 2016 on Win 10 (64 bit)

Similar Threads

  1. Highlight Current Row in Excel (VBA)
    By Admin in forum Excel and VBA Tips and Tricks
    Replies: 16
    Last Post: 07-31-2013, 06:46 AM
  2. Help- Locking column basis current date.
    By Rajesh Kr Joshi in forum Excel Help
    Replies: 1
    Last Post: 03-25-2013, 04:44 PM
  3. Moving Current Latest Data To New Workbook
    By Terry in forum Excel Help
    Replies: 1
    Last Post: 01-19-2013, 12:37 AM
  4. Save Excel 2010 File In CSV Format VBA
    By mag in forum Excel Help
    Replies: 7
    Last Post: 01-08-2013, 07:16 PM
  5. Save File In CSV Format VBA
    By Raj Kumar in forum Excel Help
    Replies: 3
    Last Post: 06-01-2011, 07:22 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •