Display weekday when date is MM-DD-YYYY - Dav

22-Oct-07 11:44:02
Hi Guys,

I'm looking to display the weekday in a cell, based on the date in cell A1.

I know the code I can use is


Code:
=TEXT(A1,"DDDD")
The problem I have is my dates are formatted as MM-DD-YYYY and I cannot
change this.

How can I amend the workday formula to represet and allow for this.

Thanks
Dave
reply
 
 

Display weekday when date is MM-DD-YYYY - kbackman

22-Oct-07 11:49:33
You can use this conversion formula to get the day of the week:

=TEXT(A1,"dddd")

Change cell address as needed.
--
Kevin Backmann
reply
 

Display weekday when date is MM-DD-YYYY - Peo Sjoblom

22-Oct-07 11:50:54
Excel dates regardless of formatting are days since Jan 0 1900 so if you are
using a different format
it doesn't make any difference as long as you are using what Excel
interprets as dates
If you don't the weekday using that formula then your dates are text strings
and you need to make sure they are numerical by entering them according to
your regional settings in your OS and then  use a custom format


--


Regards,


Peo Sjoblom
reply
 

Display weekday when date is MM-DD-YYYY - Dav

22-Oct-07 11:51:18
thats what i already said, but my dates are in the format mm-dd-yyyy so the
day appears wrong.

dave
reply
 

Display weekday when date is MM-DD-YYYY - Peo Sjoblom

22-Oct-07 11:58:19
No the day is not wrong, formatting only changes the display, then
underlying value of for instance Oct 22 2007 will always be

39377


and TEXT(39377,"dddd") will always return "Monday"


--


Regards,


Peo Sjoblom
reply
 
Document Information Panel In Excel 2007
promotion
Silverlight    WPF    WCF    WWF    LINQ   
JavaScript    AJAX    ASP.NET    XAML   
C#    VB.NET    VB 6.0    GDI+    IIS    XML   
.NET Generics    Anonymous Methods    Delegate   
Visual Studio .NET    Expression Blend    Virus   
Windows Vista    Windows XP    Windows Update   
Windows 2003 Server    Windows 2008 Server   
SQL Server    Microsoft Excel    Microsoft Word   
SharePoint    BizTalk    Virtual Earth   
.NET Compact Framework    Web Service   

"Everything" RSS / ATOM Feed Parser
How to send and receive messages through message queuing in .Net
How to Read text file as database
SQL Server 2005 Paging Performance Tip
Display code of web page.
Fully Scalable Excel File Importer class for .net using Microsoft Jet driver
Generic Chart Color Manager class that can be used for any charts
Helper class to style the infragistics wingrid
Using Reflection to detemine as Assembly Info in and out.
Helper class to play with Window (Owners and position)
Resolving displayname from the culture using the XmlLanguage and LanguageSpecificStringDictionary class