Function to write Weekday - Monday, Tuesday etc

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

Guest

What is the function to write Weekday only (MOnday, Tuesday etc) from the
given date. For example, when I write date as 26 September 2005, the function
should return the value of Monday.
 
Hello
Set a formula refering to the date and simply format cell as dddd
HTH
Cordially
Pascal
 
Hi

You don't need a function.
Format Cells>Number>Custom and set it to ddd

If you did want to do it by function, then
=TEXT(A1,"ddd")

Regards

Roger Govier
 
Apologies, 1 "d" too few.
format as "dddd" or TEXTA(A1,"dddd")

Regards

Roger Govier
 

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