Home
|
Contact Us
|
FAQ
|
Search & Site Map
|
Link to Us
Sign In
|
Join
|
Other 45 Sites in Network
Home
Discussions
Access
Excel
InfoPath
Outlook
PowerPoint
Publisher
Word
Directory
User Groups
Related Topics
Outlook Express
Internet Explorer
Windows
MS Server Products
More Topics ...
MS Office Forum
/
Excel
/
Worksheet Functions
/
May 2006
Tip:
Looking for answers? Try searching our database.
Day Of Week Formula
Thread view:
Tree View
List View (postings sorted by date)
Single Message View
Enable EMail Alerts
Start New Thread
Thread rating:
carl
- 23 May 2006 15:47 GMT
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 ?
Reply to this Message
Toppers
- 23 May 2006 15:56 GMT
Look at WEEKDAY function.
> 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 ?
Reply to this Message
Toppers
- 23 May 2006 15:58 GMT
A1 contains your date ......
=CHOOSE(WEEKDAY(A1),"Sun","Mon","Tue","Wed","Thu","Fri","Sat")
> Look at WEEKDAY function.
>
> > 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 ?
Reply to this Message
David Biddulph
- 23 May 2006 16:14 GMT
> 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
Signature
David Biddulph
Reply to this Message
Pete_UK
- 23 May 2006 16:19 GMT
You could just format the cell using a custom format of dddd,
m/dd/yyyy.
Hope this helps.
Pete
Reply to this Message
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage
Start New Thread
Enable EMail Alerts
Rate this Thread
©2008 Advenet LLC
Privacy Policy
-
Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.