View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Phillip2001 Phillip2001 is offline
external usenet poster
 
Posts: 1
Default Evaluating a cell

if the content of a cell is the string made up of ="=sum(d3."&"d"&"1000)" which shows up as =sum(d3.d1000) how would one actually evaluate this in another cell so it would show the sum of the column d from cell 3 to 1000. Is there no eval(c1) or equivalent...