Excel Date
Why not just =TEXT(A1,"DDDD") instead of =TEXT(WEEKDAY(A1),"DDDD") ?
--
David Biddulph
"AnotherNewGuy" wrote in message
...
You'd need to use Weekday() instead of Day() as in
=TEXT(WEEKDAY(A1),"DDDD")
=TEXT(DAY(A1),"DDDD") results in "Sunday"
--
JBeaucaire
|