View Single Post
  #2   Report Post  
Dave R.
 
Posts: n/a
Default

You don't have to use contatenate. Use TEXT to format a certain way.

="Today is "&TEXT(TODAY(),"m/d/yyyy")



"SteveFil" wrote in message
...
I want to insert a function, such as =Today() inside a Text String. I

know
that I need to use concatenate, but nothing seems to work. ALso, I want

to
be able to format it in a certain way.

Any suggestions on where to find the tutorial ?

Thanks!