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

In say, C2: ="Jane Doe holds "&TEXT(B2,"0%")&" of Widgets"
where B2 houses the formula calculating the percentage

--
Max
Singapore
http://savefile.com/projects/236895
Downloads:25,000 Files:300 Subscribers:70
xdemechanik
---
"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?