View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
PCLIVE PCLIVE is offline
external usenet poster
 
Posts: 1,311
Default Can a cell in excel contain text and have a formula included?

Like this:

="The number of attendees for training was " & (formula) & ", which dropped
from
the last session."

HTH,
Paul


"pennpro" wrote in message
...
I want to have a string of text where the formula is included that will
pull
information from another cell.
ie: The number of attendees for training was (formula), which dropped
from
the last session.