Help with a day of week formula

  • Thread starter Thread starter Dave Potter
  • Start date Start date
D

Dave Potter

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

=TEXT(TODAY(),"dddd")

will return the day of the week as text. Of course, July 14,2003 is a Sunday.


--ron
 
Or just use =A1 and custom format the cell to dddd. And
Sunday is the 13th, not the 14th on this planet.

Some have said that Downeast Maine is not really part of this planet. Others
would be happier if it were not :-)


--ron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Spreading date range across days in weeks (advanced) 7
Week Number Format 4
Summing rows based upon condition 2
CALENDAR CREATION 1
Calculating weeks 1
Day/Date/Week 3
date and time 1
[newbie] first day of week 3

Back
Top