I am currently working on a spreadsheet and trying to set the cell format so that it displays the day of te week alongside the date eg Wed 12/11/08. Is this possible? If so how?
Thanks for your ooking into this nad in anticipation of someone providing me with a solution..
martin
It worked! Thank you. Is there a way to get the text to wrap so that the day is on top of the date? wrap text is checked but only a single line of text is visible.
Sunday
01/02/2009
Wrap text, then squash the column results in ########################
Pete
- Posts
- 2519
- Registration date
- Sunday September 12, 2010
- Status
- Moderator
- Last seen
- September 3, 2019
361 > Chapel Chick -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?)