A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Date format within a text syntex?



 
 
Thread Tools Display Modes
  #1  
Old January 26th, 2005, 02:03 PM
Brw
external usenet poster
 
Posts: n/a
Default Date format within a text syntex?

I have two date fields that users enter dates into.

I have a field with the following formula where I want the dates to appear
within a preformatted sentence:

="FOR THE PLAN YEAR " & 'ENTER DATA'!B13 & " THROUGH " & 'ENTER DATA'!B15

The forula works but the dates are resulting in numbers or date values. I
would prefer to see the dates (i.e. 01/04/05)

Can excel do that?
  #2  
Old January 26th, 2005, 02:11 PM
Max
external usenet poster
 
Posts: n/a
Default

Try:

="FOR THE PLAN YEAR " & TEXT('Enter Data'!B13, "mm/dd/yy")& " THROUGH " &
TEXT('Enter Data'!B15,"mm/dd/yy")

--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik atyahoodotcom
----
Brw wrote in message
news
I have two date fields that users enter dates into.

I have a field with the following formula where I want the dates to appear
within a preformatted sentence:

="FOR THE PLAN YEAR " & 'ENTER DATA'!B13 & " THROUGH " & 'ENTER DATA'!B15

The forula works but the dates are resulting in numbers or date values. I
would prefer to see the dates (i.e. 01/04/05)

Can excel do that?



  #3  
Old January 26th, 2005, 02:13 PM
Harald Staff
external usenet poster
 
Posts: n/a
Default


="FOR THE PLAN YEAR "&TEXT('ENTER DATA'!B13,"MM/DD/YY")

HTH. Best wishes Harald

"Brw" skrev i melding
news
I have two date fields that users enter dates into.

I have a field with the following formula where I want the dates to appear
within a preformatted sentence:

="FOR THE PLAN YEAR " & 'ENTER DATA'!B13 & " THROUGH " & 'ENTER DATA'!B15

The forula works but the dates are resulting in numbers or date values. I
would prefer to see the dates (i.e. 01/04/05)

Can excel do that?



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Linking text boxes Volunteer Mom Publisher 7 November 12th, 2008 01:29 AM
Converting Text Date to true Date format Anthony C Running & Setting Up Queries 1 November 24th, 2004 03:39 PM
Changing the Date Format xtian_princess Worksheet Functions 1 September 8th, 2004 02:54 PM
date in text format Martha General Discussion 2 September 6th, 2004 03:34 PM
If statement Doug Worksheet Functions 9 June 28th, 2004 06:13 AM


All times are GMT +1. The time now is 11:12 PM.


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