View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Expanding amount of data in a formula

If you're entering lots of Text in A1 of sheet1, try starting your entry with an
apostrophe:

'this is the start of my long text...

It sounds like excel is seeing your "text" as a formula. Are you starting with
a +, -, = character?

(Excel's formulas are limited to 1024 characters (in R1C1 reference style).)



John wrote:

I am able to copy information from sheet1 A1 to sheet2 A2 with the formula
placed into the cell of sheet2 A2 [ =sheet1!A1 ]. My problem is I get a
message saying that formula is to large whenever I put a lot of data in
sheet1 A1. Is there a way to increase amount of data place int the cell?
--
John


--

Dave Peterson