Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want to convert the date to a day of the week, using the dddd format,
and copy to a new sheet. Every formating option I have tried also brings over the date detail. I do not want this detail. I can not sort because it sorts only on the detail. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In the new sheet use this formula, which looks at the original sheet,
assumed Sheet1: =TEXT(Sheet1!A2,"dddd") HTH Kostis Vezerides roadking wrote: I want to convert the date to a day of the week, using the dddd format, and copy to a new sheet. Every formating option I have tried also brings over the date detail. I do not want this detail. I can not sort because it sorts only on the detail. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This is a common problem. If you just use format "dddd", then sorting will
not bring all the "Friday"s together. If will sort in date order. What you want is something like: =TEXT(TODAY(),"dddd") or =TEXT(A1,"dddd") if A1 contains a date. -- Gary's Student "roadking" wrote: I want to convert the date to a day of the week, using the dddd format, and copy to a new sheet. Every formating option I have tried also brings over the date detail. I do not want this detail. I can not sort because it sorts only on the detail. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Mileage Claim Formula | New Users to Excel | |||
Macro to copy cells to rows below | Excel Discussion (Misc queries) | |||
Macro to insert copied cells | Excel Discussion (Misc queries) | |||
user defined function | Excel Worksheet Functions | |||
Line or bar graphs for tracking stocks profit and loss. | Charts and Charting in Excel |