View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
bpeltzer
 
Posts: n/a
Default Formatting text and date together

Use the text function to format the numeric component to suit your needs,
along the lines of ="Last Updated on " & TEXT(A1,"Mmm dd")
--Bruce

"Brisbane Rob" wrote:


How can I format a cell to hold text ("Last update:") and a date which
is obtained from another cell? The Formula reads something like +"Last
update: "&f2. The date comes out as its numerical value.

Is it possible.

Thanks


--
Brisbane Rob
------------------------------------------------------------------------
Brisbane Rob's Profile: http://www.excelforum.com/member.php...o&userid=25096
View this thread: http://www.excelforum.com/showthread...hreadid=492271