Function within a TEXT FORMULA

S

SteveFil

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!
 
D

Dave R.

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

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top