We retrieve the day of the week from a date in Excel. In our example, we have dates in numerical date format. We want to identify the day of the week which corresponds to each date. To do this, we can use the WEEKDAY function. However, the disadvantage of this function is that it returns each day of the week in numerical format. For example, 1 is Monday, 2 is Tuesday and so on. To overcome this, we can use the VLOOKUP function to retrieve the actual day.
Subscribe for weekly Excel tutorials, techniques and examples:
/ @theexcelhub
Please share this video with others that may find it useful:
• Calculate The Day Of A Week For A Dat...
Please comment below if you have any feedback or any suggestions for videos you would like us to upload next!
🌍 The Excel Hub website: https://theexcelhub.com/
📸 Instagram: / theexcelhub
ABOUT US:
The Excel Hub seeks to enhance your Excel and VBA knowledge by providing value-adding tutorials, techniques and examples in order to help you take your spreadsheet and data analysis skills to the next level.
For any enquiries, please contact:
[email protected]
Overview: (0:00)
WEEKDAY Function: (0:29)
Convert Number Into Day Using VLOOKUP: (1:16)