+ Reply to Thread
Results 1 to 8 of 8

Getting the specified formula cannot be entered because......... error

  1. #1
    Registered User
    Join Date
    04-13-2012
    Location
    Mumbai
    MS-Off Ver
    Excel 2003
    Posts
    2

    Post Getting the specified formula cannot be entered because......... error

    I have attached a file in this thread and getting this error on adding formula for 29th column "the specified formula cannot be entered because it contains more values, references and/or names than are allowed in the current file format."
    Please suggest solution or a squeezed formula.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: Getting the specified formula cannot be entered because......... error

    How about:

    =COUNTIF(A3:AD3,"l")+(0.5*COUNTIF(B3:AD3,"c"))

  3. #3
    Registered User
    Join Date
    04-13-2012
    Location
    Mumbai
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Getting the specified formula cannot be entered because......... error

    Thanks andrew pls share logic of below
    1. 0.5*

  4. #4
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: Getting the specified formula cannot be entered because......... error

    Your original formula was trying to add 1 for every time "l" appeared in the row, and add 0.5 every time "c" appeared.

    The two COUNTIF statements count, respectively, how many l's and c's there are, but because each c adds only 0.5 to the final value you need to multiply the number of c's by 0.5 to get the correct answer.

  5. #5
    Registered User
    Join Date
    06-19-2018
    Location
    philippines
    MS-Off Ver
    2013
    Posts
    1

    Re: Getting the specified formula cannot be entered because......... error

    hi I'm getting the same error. what should i do?

  6. #6
    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,929

    Re: Getting the specified formula cannot be entered because......... error

    Daryl, welcome to the forum

    Unfortunately your post does not comply with Rule 2 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.
    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

  7. #7
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Re: Getting the specified formula cannot be entered because......... error

    Try this in AE3

    =COUNTIF(A3:AD3,CHAR(108))+COUNTIF(A3:AD3,"c")*0.5
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  8. #8
    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,929

    Re: Getting the specified formula cannot be entered because......... error

    @ Marvin, you made the same mistake I did. This is an old post, and that last question was not from the OP lol

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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