I need to derive the day of the week from a date I have in excel using a function.
Example:
26/03/2012 --> Monday
29/03/2012 --> Thursday
Anyone know how to do this?
Thx in advance
I need to derive the day of the week from a date I have in excel using a function.
Example:
26/03/2012 --> Monday
29/03/2012 --> Thursday
Anyone know how to do this?
Thx in advance
Simple as
=CHOOSE(WEEKDAY(A2),"Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
or just
=TEXT(A2,"dddd")
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks