Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 53
Default Text & Date Formatting

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.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,886
Default Text & Date Formatting

Hi Aaron

Try
="Date Of Issue: "&Text('sheet1'!a1,"dd/mm/yy")

--
Regards

Roger Govier


"Slashman" wrote in message
oups.com...
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.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Text & Date Formatting

="Date of Issue: " & TEXT(Sheet1!A1,"mmmm d yyyy")


Gord Dibben MS Excel MVP

On 4 Oct 2006 16:29:21 -0700, "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.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Text & Date Formatting

="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.


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Concatenating a Text and a Date without losing orginal Date Format Hi_no_Tori Excel Discussion (Misc queries) 5 September 17th 06 06:35 PM
Date formatting help [email protected] Excel Discussion (Misc queries) 3 September 6th 06 12:45 AM
Text entries behaving like numbers jkiser Excel Discussion (Misc queries) 12 August 30th 06 09:29 PM
turn off convert text to date (i.e. 4-9 to April 9, 2006) [email protected] Excel Worksheet Functions 4 June 13th 06 04:25 PM
Formulas dealing with text data Bagia Excel Worksheet Functions 6 June 20th 05 10:29 PM


All times are GMT +1. The time now is 08:38 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"