Inserting day of week along with date
Solved/Closed
                                    
                        martin firth                    
                                    -
                            Nov 12, 2008 at 07:46 AM
                        
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Contributor Last seen December 27, 2022 - Jun 27, 2019 at 11:09 AM
        TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Contributor Last seen December 27, 2022 - Jun 27, 2019 at 11:09 AM
        Related:         
- Excel add day of the week to date
 - Excel add days to date - Guide
 - Add week number to windows calendar - Guide
 - 2007 microsoft office add-in microsoft save as pdf or xps - Download - Other
 - Dash becomes date on excel ✓ - Office Software Forum
 - Time of day clock stopped - Guide
 
        
    
    
    
    
Feb 1, 2009 at 10:24 AM
Sunday
01/02/2009
Wrap text, then squash the column results in ########################
Pete
Oct 4, 2011 at 06:46 PM
Updated on Nov 14, 2017 at 07:38 AM
Jun 27, 2019 at 11:09 AM
Using the formula below will yield the desired result:
=TEXT("12-12-2009","dddd") & " " & TEXT("12-12-2009","dd-mm-yyy")
Wrap text can be found by going to cell properties and then the second tab, the one next to Number (Alignment?)
Jun 26, 2019 at 04:02 PM