View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Slashman Slashman is offline
external usenet poster
 
Posts: 53
Default Text & Date Formatting

Hi thanks everyone, that was far too easy I should have thought a bit
harder on that one haha.

Cheers,

Aaron.

Teethless mama wrote:
="Date of issue: "&TEXT(Sheet1!A1,"d/m/yyyy")

"Slashman" wrote:

Hi,

I have on a sheet the formula ="Date Of Issue:"&'sheet1'!a1

In Sheet 1, a1 cell I have a date value. (05/10/06 as displayed on that
sheet)

What I get on the other sheet is:

Date of Issue: 38995

How can I format the cell as custom, so it displays:

Date Of Issue: 05/10/06

Thanks for any advice,

Aaron.