day of the week entry automatically

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have placed the date in one cell, but I need to enter the day of the week
automatically in another cell. Got a formula?
 
If the date is in A1 the formula in another cell is =A1 and format that cell
as Custom ddd or dddd
Regards,
Alan
 
Sure. If the date is in A1, just put =A1 in the other cell. Then format the
cell to show the day instead of the date. The formula doesn't "show" the
day, the formatting of the cell does. :)
************
Anne Troy
www.OfficeArticles.com
 
I have placed the date in one cell, but I need to enter the day of the week
automatically in another cell. Got a formula?

Or, as a formula:

=TEXT(A1,"dddd")


--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

Back
Top