Thread: Date display
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Date display

If it can be in another cell then

=LEFT(TEXT(A1,"ddd"))&" "&TEXT(A1,"dd\.mm")

If you want it as a format, not sure that is doable.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Joel" wrote in message
...
Hi can you help?

I would like to display a date like the example that follows. M 18.09 I
would like to show the first intial of the day for example M for Monday
followed by the date in numbers like 18 and then the month also in numbers
like 09 not bothered about the year

Thanks Joel
--
N/A