mix text and formula?

A

A. Toczko

I was wondering if there is a way to mix text and a formula in a cell. I'd
like to embed today's date (using the function =TODAY()) in the middle of a
sentence. Thanks.
 
R

Ron Coderre

Like this??

="On this date, "&TEXT(TODAY(),"mmmm dd, yyyy")&" I wrote this forumula."
 
Top