View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
joel joel is offline
external usenet poster
 
Posts: 9,101
Default Insert info from a cell into text

="Jane Doe holds " & A1 & "% of Widgets"

"Richard" wrote:

Using Excel 2003 one of my end users has a cell that contains text such as
"Jane Doe holds 5% of Widgets". She would like to have the reference to 5%
be variable based on the results in a formula from a different cell. Is this
possible?