Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If I have a certain date in a field, say June 12, 2008, is there anyway to
do something that will tell me what day of the week that was. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am sorry for the multi post, i didn't mean to post in programming so i was
trying to post it in the right category. The post i got in programming I don't think will work because I am going to have just about every day of the year that I need to find the day of the week on so that I can sort on those results. "Kat5813" wrote: If I have a certain date in a field, say June 12, 2008, is there anyway to do something that will tell me what day of the week that was. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Assuming A1 contains a *real* date...
As a number: =WEEKDAY(A1) As a text name: =TEXT(A1,"dddd") -- Rick (MVP - Excel) "Kat5813" wrote in message ... If I have a certain date in a field, say June 12, 2008, is there anyway to do something that will tell me what day of the week that was. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sorry, I thought your post was the other one and I am not quite sure how I
could make it work but I tried yours and it worked just fine. Thank you so much for your help. Just a word of advice, be careful how you word things, your words may come off harsher than you wanted. "Mike H" wrote: Yes there is and if you check the post you made in programming you'll find out how. Please don't multi post "Kat5813" wrote: If I have a certain date in a field, say June 12, 2008, is there anyway to do something that will tell me what day of the week that was. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=TEXT(A1,"dddd")
"Kat5813" wrote: If I have a certain date in a field, say June 12, 2008, is there anyway to do something that will tell me what day of the week that was. |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
See, Excel Help, Weekday, Specifically "Show dates as days of the week"
Kat5813 wrote: If I have a certain date in a field, say June 12, 2008, is there anyway to do something that will tell me what day of the week that was. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert regular Date to Week Ending or Week Beginning Dates | Excel Discussion (Misc queries) | |||
Auto calculate day of week to week of the year (not as serial) | Excel Discussion (Misc queries) | |||
Tie a Calendar week to a Scoped Projected Week | Excel Worksheet Functions | |||
How do I set up a week by week skill training schedule in excel? | Excel Discussion (Misc queries) | |||
I need week number in excell from a date, first week must be mini. | Excel Discussion (Misc queries) |