Hi,
A1 has a date value in cell D2 I want to obtain the day (i.e. is it Monday
or Tuesday....).
Is this possible??
Pete_UK - 20 Apr 2008 18:44 GMT
In D2 put the formula:
=A1
and apply a custom format to the cell - set to dddd for the full day,
or ddd for an abbreviated day.
Hope this helps.
Pete
> Hi,
> A1 has a date value in cell D2 I want to obtain the day (i.e. is it Monday
> or Tuesday....).
> Is this possible??
Rick Rothstein (MVP - VB) - 20 Apr 2008 19:00 GMT
Put this in D2...
=TEXT(A1,"dddd")
Rick
> Hi,
> A1 has a date value in cell D2 I want to obtain the day (i.e. is it Monday
> or Tuesday....).
> Is this possible??
Khalil Handal - 20 Apr 2008 19:51 GMT
Thanks to both of you it worked fine.
> Put this in D2...
>
[quoted text clipped - 6 lines]
>> Monday or Tuesday....).
>> Is this possible??
Pete_UK - 20 Apr 2008 20:06 GMT
You're welcome.
Pete
> Thanks to both of you it worked fine.