Hi - I have the following formula:
=(IF(INT(DAY(C9)/10)=1,DAY(C9)&"th ",IF(MOD((DAY(C9)),10)=1,DAY(C9)& "st ",IF(MOD((DAY(C9)),10)=2,DAY(C9)&"nd ",IF(MOD((DAY(C9)),10)=3,DAY(C9)&"rd ",DAY(C9)&"th ")))))&TEXT(C9,"mmmm ")&YEAR(C9)
to change date in my spreadsheet to the format, say '2nd June 2012' - however, I would like to add the day to this too, so it would read 'Saturday 2nd June 2012'...
Can anyone help??
Many thanks & regards
Jim
Bookmarks