Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 66
Default CONVERT A DATE TO A DAY

I would like to know the formula to convert a date, such as *Wednesday,
1-Oct-08 to read "Wednesday", that is, plain old text which says "Wednesday".
Please advise.

DOUG
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default CONVERT A DATE TO A DAY

If cell A1 contains a true Excel date:

=TEXT(A1,"dddd") returns Wednesday

=TEXT(A1,"ddd") returns Wed

--
Biff
Microsoft Excel MVP


"DOUG ECKERT" wrote in message
...
I would like to know the formula to convert a date, such as *Wednesday,
1-Oct-08 to read "Wednesday", that is, plain old text which says
"Wednesday".
Please advise.

DOUG



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 527
Default CONVERT A DATE TO A DAY

Or you can format the date number in the format menu. Choose Format, Cells,
Custom and enter three or four d.

This way it retains the date properties and you can perform operations on it
in the normal way.

Regards

Peter Atherton

"T. Valko" wrote:

If cell A1 contains a true Excel date:

=TEXT(A1,"dddd") returns Wednesday

=TEXT(A1,"ddd") returns Wed

--
Biff
Microsoft Excel MVP


"DOUG ECKERT" wrote in message
...
I would like to know the formula to convert a date, such as *Wednesday,
1-Oct-08 to read "Wednesday", that is, plain old text which says
"Wednesday".
Please advise.

DOUG




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default CONVERT A DATE TO A DAY

I think they wanted a text result:

"Wednesday", that is, plain old text which says "Wednesday".


Either way, now they have both options.

--
Biff
Microsoft Excel MVP


"Billy Liddel" wrote in message
...
Or you can format the date number in the format menu. Choose Format,
Cells,
Custom and enter three or four d.

This way it retains the date properties and you can perform operations on
it
in the normal way.

Regards

Peter Atherton

"T. Valko" wrote:

If cell A1 contains a true Excel date:

=TEXT(A1,"dddd") returns Wednesday

=TEXT(A1,"ddd") returns Wed

--
Biff
Microsoft Excel MVP


"DOUG ECKERT" wrote in message
...
I would like to know the formula to convert a date, such as *Wednesday,
1-Oct-08 to read "Wednesday", that is, plain old text which says
"Wednesday".
Please advise.

DOUG






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
How do you convert an uncoded date (e.g., 20080304) to a date form tenorofchange Excel Worksheet Functions 5 April 20th 08 02:56 PM
Help: How do I convert a text date into a real date format japorms Excel Worksheet Functions 4 August 2nd 06 06:36 PM
Convert a julian gregorian date code into a regular date Robert Excel Worksheet Functions 3 June 13th 06 07:03 PM
how to convert julian date to regular calendar date Ron Excel Worksheet Functions 5 May 5th 05 11:05 PM
Convert date to length of time in months from set date MJUK Excel Worksheet Functions 1 March 19th 05 06:31 PM


All times are GMT +1. The time now is 07:22 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"