View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Coderre
 
Posts: n/a
Default my excel formulas are too long to execute find and replace

I'm guessing your question is: Why is that happening?

It seems like the "old text" is being replaced by longer text that causes
the number of characters to exceed Excel's limit for formulas (1,024 chars if
I recall correctly).

The formula sizes need to be reduced.

A couple possible solutions:
replace long references with shorter range names
remove redundant parentheses

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro


"jmh33" wrote:

I am trying to do a find and replace on a large number of long formulas that
I have created, but I get an error message "formula is too long"