I don't see any option under format/number/date to display the name o the day. mjd
D dalymjl Aug 2, 2005 #1 I don't see any option under format/number/date to display the name o the day. mjd
R Ruthki Aug 2, 2005 #2 =WEEKDAY() will return a number representing a day of the week (eg 1 = sunday, 2 - monday etc) You could then use a lookup or if statement to turn this into the name of the day. R
=WEEKDAY() will return a number representing a day of the week (eg 1 = sunday, 2 - monday etc) You could then use a lookup or if statement to turn this into the name of the day. R