D Dave Potter Jul 14, 2003 #1 I'd like to look up the date (7/14/03) in one cell and return the day of the week (Monday) as text in another cell. TIA Dave
I'd like to look up the date (7/14/03) in one cell and return the day of the week (Monday) as text in another cell. TIA Dave
H Harlan Grove Jul 14, 2003 #2 I'd like to look up the date (7/14/03) in one cell and return the day of the week (Monday) as text in another cell. TIA Click to expand... =TEXT(SomeDate,"dddd")
I'd like to look up the date (7/14/03) in one cell and return the day of the week (Monday) as text in another cell. TIA Click to expand... =TEXT(SomeDate,"dddd")
R Ron Rosenfeld Jul 14, 2003 #3 I'd like to look up the date (7/14/03) in one cell and return the day of the week (Monday) as text in another cell. TIA Dave Click to expand... =TEXT(TODAY(),"dddd") will return the day of the week as text. Of course, July 14,2003 is a Sunday. --ron
I'd like to look up the date (7/14/03) in one cell and return the day of the week (Monday) as text in another cell. TIA Dave Click to expand... =TEXT(TODAY(),"dddd") will return the day of the week as text. Of course, July 14,2003 is a Sunday. --ron
D Dave Potter Jul 14, 2003 #4 Thanks Harlan. Worked like a charm! Dave =TEXT(SomeDate,"dddd") Click to expand...
R Ron Rosenfeld Jul 14, 2003 #6 It is? Not in Wisconsin <g>. Click to expand... Well, here in Downeast Maine everything's screwed up, including the inhabitants and their calendars <g>! --ron
It is? Not in Wisconsin <g>. Click to expand... Well, here in Downeast Maine everything's screwed up, including the inhabitants and their calendars <g>! --ron
R Ron Rosenfeld Jul 14, 2003 #7 Or just use =A1 and custom format the cell to dddd. And Sunday is the 13th, not the 14th on this planet. Click to expand... Some have said that Downeast Maine is not really part of this planet. Others would be happier if it were not --ron
Or just use =A1 and custom format the cell to dddd. And Sunday is the 13th, not the 14th on this planet. Click to expand... Some have said that Downeast Maine is not really part of this planet. Others would be happier if it were not --ron