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

'cause it didn't occur to me? ;o)

I was just pointing out that the DAY() function won't give the desired
results.

"David Biddulph" wrote:

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