View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Can I format a date in all caps?

=UPPER(TEXT(TODAY(),"mmmm dd, yyy"))
--
Gary's Student


"lamersn" wrote:

So it would be MARCH 16, 2007, for example?

thanks!