How to use Day of the Week functions in Excel


In this Excel training video, we’ll guide you through the process of retrieving the day of the week in Excel by leveraging the platform’s pre-existing functions. Excel provides a range of built-in functions designed to simplify data manipulation, and in this tutorial, we’ll demonstrate step-by-step instructions to help you seamlessly incorporate the day of the week into your spreadsheets.

Furthermore, we’ll look into the powerful realm of conditional formatting to showcase how you can visually emphasize specific days within your Excel sheets. By the end of the video, you’ll not only be adept at extracting the day of the week but also have a newfound skill in using conditional formatting to elevate the visual impact and functionality of your Excel spreadsheets.

Resources

Day of week using TEXT (Mon, Tue, Wed…):

 =TEXT(A1, "ddd")

Day of week using TEXT (Monday, Tuesday, Wednesday…):

=TEXT(A1, "dddd")

Day of week using WEEKDAY (1 [Mon], 2 [Tue], 3 [Wed]…):

=WEEKDAY(A1, 2)

Custom day of week using WEEKDAY:

=CHOOSE(WEEKDAY(A1, 2), "Mon", "Tues", "Weds", "Thur", "Fri", "Sat", "Sun")

John Gleave

John Gleave has been a researcher, content writer, and senior editor at Business Tech Planet since 2022. John was formerly a data analyst and web designer with expertise in several programming languages, such as JavaScript, JQuery, PHP, CSS, SQL, and more! With a passion for writing and technology, he has now focused his skills on crafting tech guides for BTP. You can connect with John on LinkedIn.

Recent Posts