Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
carl
 
Posts: n/a
Default Day Of Week Formula

If I have a date like 1/22/2005, is there a formula that can tell me what day
of the week that date is ?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Toppers
 
Posts: n/a
Default Day Of Week Formula

Look at WEEKDAY function.

"carl" wrote:

If I have a date like 1/22/2005, is there a formula that can tell me what day
of the week that date is ?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Toppers
 
Posts: n/a
Default Day Of Week Formula

A1 contains your date ......

=CHOOSE(WEEKDAY(A1),"Sun","Mon","Tue","Wed","Thu", "Fri","Sat")

"Toppers" wrote:

Look at WEEKDAY function.

"carl" wrote:

If I have a date like 1/22/2005, is there a formula that can tell me what day
of the week that date is ?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph
 
Posts: n/a
Default Day Of Week Formula

"carl" wrote in message
...
If I have a date like 1/22/2005, is there a formula that can tell me what
day
of the week that date is ?


=TEXT(A1,"dddd")
or use the WEEKDAY() function to return a serial number for the day in the
week
--
David Biddulph


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK
 
Posts: n/a
Default Day Of Week Formula

You could just format the cell using a custom format of dddd,
m/dd/yyyy.

Hope this helps.

Pete

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
Wrong Week number Nleric Excel Worksheet Functions 14 May 5th 06 01:26 PM
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
conditional formula to recognize day of the week from date tiw Excel Discussion (Misc queries) 4 April 20th 05 06:19 PM


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