View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Setting up a cell that contains text and a data reference?

Or just:
="For the period ended " & text(b1,"dd/mm/yyyy")






Daveo wrote:

Hi Melanie,

If the (ref) part is a date, you will need use something like the
following formula:

="For the period ended " & DAY(B1)&"/"&MONTH(B1)&"/"&YEAR(B1)

Where B1 is the cell with the ref in it.

Otherwise, excel will just display the date as a number e.g. "For the
period ended 86928"

Cheers - David


--

Dave Peterson