View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JE McGimpsey JE McGimpsey is offline
external usenet poster
 
Posts: 4,624
Default Excel should allow formulas embedded in text.

You mean something like:

="That would take " & SQRT(A1 * 2) & " days,"

In article ,
"ylime" wrote:

Then I could write something like "That would take 26 days,", with the 26
coming from a formula.