Thread: Excel Date
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
AnotherNewGuy AnotherNewGuy is offline
external usenet poster
 
Posts: 44
Default Excel Date

You'd need to use Weekday() instead of Day() as in =TEXT(WEEKDAY(A1),"DDDD")


=TEXT(DAY(A1),"DDDD") results in "Sunday"


--
JBeaucaire
------------------------------------------------------------------------
JBeaucaire's Profile: http://www.thecodecage.com/forumz/member.php?userid=73
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=46960