Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default day of week without detail

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 751
Default day of week without detail

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default day of week without detail

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
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
Mileage Claim Formula johndavies New Users to Excel 4 August 14th 06 09:24 AM
Macro to copy cells to rows below [email protected] Excel Discussion (Misc queries) 1 January 20th 06 06:59 PM
Macro to insert copied cells [email protected] Excel Discussion (Misc queries) 17 January 18th 06 10:40 AM
user defined function Brian Rogge Excel Worksheet Functions 5 May 23rd 05 06:21 PM
Line or bar graphs for tracking stocks profit and loss. Mocity Charts and Charting in Excel 1 January 21st 05 01:21 AM


All times are GMT +1. The time now is 06:20 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"