View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Adam Thwaites
 
Posts: n/a
Default Date format in string

I have this code:
="Week Beginning " & Date-WEEKDAY(Date,3)
which I can't stop coming out as:
Week Beginning 38719

I tried:
="Week Beginning " & format((Date-WEEKDAY(Date,3)),"dd" & "/" & "mm" & "/" &
"yyyy")
but that just comes up as #NAME

Any suggestions?
--
Adam Thwaites
Access Database Designer

Manchester, UK