Try
="End Date for the period is; "&TEXT(Data!W2,"dd mmm yy")
You dont really need the CONCATENATE function, just use the '&' to join the
parts, obviously change the "dd mm yy" to suit the format you want.
If you want the day as well, use "dddd dd mmm yy"
Regards,
Alan.
> I'm using the following formula to concatenate some text and a date
> into a single cell
[quoted text clipped - 5 lines]
>
> Thanks.