+ Reply to Thread
Results 1 to 7 of 7

Thread: The specified Formula cannot be entered.

  1. #1
    Registered User
    Join Date
    01-20-2012
    Location
    Stavanger, Norway
    MS-Off Ver
    Excel 2010
    Posts
    4

    The specified Formula cannot be entered.

    Hey, Having some problem sovling this forumla. I asked around everywhere, until I saw that this site answered problems like this


    The error is: The specified Formula cannot be entered because it uses more levels of nesting then are allowed in the current fil format.


    The Formula:

    =IF('Competency Level'!$C$2=Level!C2;Level!C4;IF('Competency Level'!$C$2=Level!D2;Level!D4;IF('Competency Level'!$C$2=Level!E2;Level!E4;IF('Competency Level'!$C$2=Level!F2;Level!F4;IF('Competency Level'!$C$2=Level!G2;Level!G4;IF('Competency Level'!$C$2=Level!H2;Level!H4;IF('Competency Level'!$C$2=Level!I2;Level!I4;IF('Competency Level'!$C$2=Level!J2;Level!J4;IF('Competency Level'!$C$2=Level!K2;Level!K4))))))))


    -Smil
    Last edited by Fanuelsen; 01-23-2012 at 05:55 AM. Reason: Solved

  2. #2
    Valued Forum Contributor OnErrorGoto0's Avatar
    Join Date
    12-30-2011
    Location
    I DO NOT POST HERE ANYMORE
    MS-Off Ver
    I DO NOT POST HERE ANYMORE
    Posts
    1,647

    Re: The specified Formula cannot be entered.

    I guess you are using an xls file, in which case you can only nest 7 levels of formulas.

    Simpler to use

    =INDEX(Level!C4:K4;MATCH('Competency Level'!$C$2,Level!C2:K2;0))
    Good luck.

  3. #3
    Registered User
    Join Date
    01-20-2012
    Location
    Stavanger, Norway
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: The specified Formula cannot be entered.

    Sorry but I don't see how this would help in any way.

    Could you explane how I could use this =INDEX?

    In my formula, I want the "auto fill in" when the diffrent "Data Validation" is selected.
    Is there any way for this =IF to work in a dif

  4. #4
    Valued Forum Contributor OnErrorGoto0's Avatar
    Join Date
    12-30-2011
    Location
    I DO NOT POST HERE ANYMORE
    MS-Off Ver
    I DO NOT POST HERE ANYMORE
    Posts
    1,647

    Re: The specified Formula cannot be entered.

    As far as I can see that formula does exactly what your nested IFs are trying to do. In what way does it not work/help?
    Good luck.

  5. #5
    Registered User
    Join Date
    01-20-2012
    Location
    Stavanger, Norway
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: The specified Formula cannot be entered.

    When I copi the formula, it says that it dosn't work :/

  6. #6
    Forum Guru ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    traded up
    MS-Off Ver
    2003 & 2010
    Posts
    1,905

    Re: The specified Formula cannot be entered.

    Since it seems you are doing a horizontal search, try modifying OnError's formula like this:

    =INDEX(Level!C4:K4;1;MATCH('Competency Level'!$C$2;Level!C2:K2;0))
    Cheers,
    “To sin by silence when they should protest makes cowards of men.” ~ Abraham Lincoln

  7. #7
    Registered User
    Join Date
    01-20-2012
    Location
    Stavanger, Norway
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: The specified Formula cannot be entered.

    That one seems to work perfectly Thanks to both of you

    Now to the question that would ease my pain: How do I copy this to the rest of the field? Im use to just special copy it, but it dosn't work to good here


    Found it: =INDEX(Level!C4:K4;1;MATCH('Competency Level'!$C$2;Level!$C$2:$K$2;0))
    Last edited by Fanuelsen; 01-23-2012 at 05:50 AM.

+ 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.2.0