View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student
 
Posts: n/a
Default TODAY function question...

="for the week " & TEXT(TODAY()-7,"mm/dd/yyy")
will display:
for the week 03/17/2006

--
Gary's Student


"Bob_BLC" wrote:

This should be a pretty easy question. How do I (or can I) insert text and a
function into the same cell.

I want one cell to say: For the Week of: xx/xx/xxxx (TODAY ( ) -7)

Any help would be greatly appreciated!

Thanks!