How do I show weekday in excel?



How do I show weekday in excel?..

Answer / Pankaj Kumar Tripathi

To show the weekday, use the WEEKDAY function. For example, if cell A1 contains a date, you could use `=TEXT(WEEKDAY(A1,2),"dddd")` to display the full name of the day (e.g., 'Tuesday'). If you want only the first three letters, use `=LEFT(TEXT(WEEKDAY(A1,2),"ddd"),3)`.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MS Excel Microsoft Interview Questions

How do you summarize?

1 Answers  


What is the left function?

1 Answers  


What does a spreadsheet contain?

1 Answers  


Can you search multiple tabs in excel?

1 Answers  


How do you use range in excel?

1 Answers  


How many sheets can you have in excel?

1 Answers  


How do you add a validation in excel?

1 Answers  


What does the indirect function do in excel?

1 Answers  


What is the shortcut for clear formatting?

1 Answers  


How do you put a formula in a spreadsheet?

1 Answers  


Is ms excel a dbms?

1 Answers  


How do I use trim function in excel?

1 Answers  


Categories