Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
QuestGAV
 
Posts: n/a
Default Converting Date to Day of Week


Is there a function that will take a date (eg. 10/20/05) and yield the
corresponding day of the week?


--
QuestGAV
------------------------------------------------------------------------
QuestGAV's Profile: http://www.excelforum.com/member.php...o&userid=17432
View this thread: http://www.excelforum.com/showthread...hreadid=478135

  #2   Report Post  
Rowan Drummond
 
Posts: n/a
Default Converting Date to Day of Week

If you an answer like "Thursday" then:
=TEXT(A1,"dddd")
or you can use the WEEKDAY function to return the day of the week
=WEEKDAY(A1)
1 = Sunday, 2 = Monday etc.

Hope this helps
Rowan

QuestGAV wrote:
Is there a function that will take a date (eg. 10/20/05) and yield the
corresponding day of the week?


  #3   Report Post  
Biff
 
Posts: n/a
Default Converting Date to Day of Week

Hi!

A couple of ways:

A1 = 10/20/2005

=TEXT(A1,"dddd")

Will return the TEXT value Thursday

Another way:

=A1

And custom format the cell as dddd

Using this method the true underlying value of the cell is the date serial
number but it's just DISPLAYED as Thursday.

Biff

"QuestGAV" wrote in
message ...

Is there a function that will take a date (eg. 10/20/05) and yield the
corresponding day of the week?


--
QuestGAV
------------------------------------------------------------------------
QuestGAV's Profile:
http://www.excelforum.com/member.php...o&userid=17432
View this thread: http://www.excelforum.com/showthread...hreadid=478135



  #4   Report Post  
QuestGAV
 
Posts: n/a
Default Converting Date to Day of Week


Beautiful, thanks!


--
QuestGAV
------------------------------------------------------------------------
QuestGAV's Profile: http://www.excelforum.com/member.php...o&userid=17432
View this thread: http://www.excelforum.com/showthread...hreadid=478135

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
NETWORKDAYS - Multiple Date Selection Annabelle Excel Discussion (Misc queries) 3 October 4th 05 07:04 PM
Converting Date to Work Week... PokerZan Excel Discussion (Misc queries) 4 September 1st 05 09:47 PM
52 week average based on date tomandrobyn Excel Discussion (Misc queries) 5 June 3rd 05 07:34 PM
How can I convert a date into a week number... msbutton27 Excel Worksheet Functions 7 May 25th 05 09:44 PM
I need week number in excell from a date, first week must be mini. jPeich Excel Discussion (Misc queries) 4 January 5th 05 01:21 AM


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