Thread: Weekdays
View Single Post
  #4   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

It's not possible since the 15th is a Tuesday <g You can either directly
link to the cell

=A10

and use a custom format like dddd

or use the text function

=TEXT(A10,"dddd")

--

Regards,

Peo Sjoblom


"Jeff" wrote in message
...
Hello,

I have in column "A" row "10" the date as follow: 15-Feb-05.
It is possible to get in column "B" row "10" the day of the week as

follow:
Monday ?
Regards,