View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Calculating days of week

=text(today(),"dddd")

returns a string like Monday

--
Regards,
Tom Ogilvy

"chris" wrote in message
...
There is a WeekDayName function, but its a VBA function not a worksheet

Function. I'm not sure how to call it in a worksheet , maybe someone else
does.

x = WeekDayName(Weekday(MyDate))