function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Shivani KalsiShivani Kalsi 

Error: Compiled formula is too big to execute (8,875 characters). Maximum size is 5,000 characters?

if(ABS(year1_balance_PI__c + year2_balance_PI__c + year3_balance_Pl__c)<=24,(year1_balance_PI__c + year2_balance_PI__c + year3_balance_Pl__c) ,24)
NagendraNagendra (Salesforce Developers) 
Hi Shivani,

Sorry for this issue you are facing.

If you're referencing information / creating info that has a lot of characters for the system to read (over 5,000 characters), this can happen.  
 
These might help:
  • https://success.salesforce.com/questionDetail?qId=a1X30000000HYnpEAG 
  • https://success.salesforce.com/questiondetail?qId=a1X30000000IHrCEAW
 
This also seems to have helped some people: 
  • http://www.crmverse.com/four-solutions-to-salesforce-com-too-big-to-execute-formula-error/
Hope this helps.

Kindly mark this as solved if the reply was helpful.

Thanks,
Nagendra