View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
John C[_2_] John C[_2_] is offline
external usenet poster
 
Posts: 1,358
Default Determine day of week in text format

=TEXT(A1,"dddd")
--
John C


"WLMPilot" wrote:

I have a date "mm/dd/yy" in A1. How do I determine the day in text format
for B1, ie Sunday, Monday, etc.

Thanks,
Les