Discovering Days of the Week Based on Specific Dates with Microsoft Excel Tips
Discovering Days of the Week Based on Specific Dates with Microsoft Excel Tips
Quick Links
- Ways to Find the Weekday From a Date in Excel
- Find the Day of the Week as a Number
- Find the Day of the Week as a Name
- Convert Dates to Days of the Week
Do you have a date in your spreadsheet that you want to turn into the day of the week? If so, Microsoft Excel has multiple features and functions to help you do that. We’ll show you how to use them.
Ways to Find the Weekday From a Date in Excel
To find the day of the week from a date, you have basically three ways. The first method is to turn your date into the day of the week in a numerical form. In this method, Sunday is displayed as number 1, Monday is number 2, and so on. This is calculated with Excel’s WEEKDAY function.
The second method displays the actual name of the day of week, like Sunday, Monday, and so on. This method uses Excel’s TEXT
function that converts your date to the day format .
The third method re-formats your actual dates and displays them as the names of the day of week, like Sunday, Monday, and so on. If you use this method, you do not need a separate column to display the days, as your existing date is overwritten.
Find the Day of the Week as a Number
To find the day of the week as a number, use Excel’s WEEKDAY
function as follows. The count starts from Sunday, where it is numbered 1. However, you can make the function count from any chosen day (like Monday), as we’ll explain below.
To start, first, open your spreadsheet with Microsoft Excel. In the spreadsheet, make sure you have at least one date. Then select the cell in which you want to display the day of the week.
In the selected cell, type the following WEEKDAY
function and press Enter. In this function, replace B2
with the cell where you have your date.
=WEEKDAY(B2)
If you’d like to use the date directly in the function, type the following WEEKDAY
function with your date in it and press Enter. Keep double quotes around your date.
=WEEKDAY(“24/5/2021”)
And in the selected cell, you will see the day of the week for your date as a number.
To make the function count days so that Monday is number 1, modify the function as follows. The number 2
in the function argument tells it to start counting from Monday.
=WEEKDAY(B2,2)
Here’s how your result now looks like:
To copy the function to other cells, drag downwards from the bottom-right corner of the cell where you typed the function.
Related: How to Sort by Date in Microsoft Excel
Find the Day of the Week as a Name
To display a date’s day of the week as the day name, like Monday, use Excel’s TEXT
function. In this function, you tell Excel to format your date in the day format. You can choose the shortened day name (like Mon) or full day name (like Monday).
Start by opening your spreadsheet with Microsoft Excel. Then select the cell in which you want to display the day of week.
In the selected cell, type the following TEXT
function and press Enter. In this function, replace B2
with the cell where your date is.
=TEXT(B2,”dddd”)
The selected cell will display the day of the week. If you’d prefer a shortened day name, like “Mon” for Monday, remove one d
from the function argument as follows:
=TEXT(B2,”ddd”)
And you now have the shortened day name in your selected cell.
Depending on how you like to style your sheets, you may want to format your dates using periods in Excel .
Convert Dates to Days of the Week
To convert your dates to days of weeks without using a separate column , use Excel’s custom number format. This displays the day of week by its full or shortened name.
To do so, first, open your spreadsheet with Microsoft Excel. Then select the cells containing dates.
In Excel’s ribbon at the top , click the “Home” tab.
In the “Home” tab, from the “Number” section, select “Number Format” (an arrow icon).
A “Format Cells” window will open. On this window, from the “Category” list on the left, select “Custom.”
On the right, click the “Type” box and enter “dddd” (without quotes) for full day names (like Monday) or “ddd” for shortened day names (like Mon). Then, at the bottom, click “OK.”
Excel will turn your selected dates into days of the week.
And that’s how you know what day it was on a specific date in Microsoft Excel. Very useful!
Did you know you can use Excel to calculate someone’s age , too? It’s equally easy to do that.
Related: How to Calculate Age in Microsoft Excel
Also read:
- [New] In 2024, Guide to Saving Instagram Videos with Maximum Convenience
- [Updated] 2024 Approved Equipment Guide for Dynamic Documentary Making
- Access New and Updated Finger Printer Driver Software for Windows - Download Here!
- Ambient Weather WS-2902A Osprey Review
- ASF 파일에서 MP4로의 제공: 가상화, 영화 및 사운드 크리티비저 원활한 이동 - 무료 온라인 ASF MPG 변환기
- Breathe Life Into Your Old Videos: Using MadVR in the Windows Sphere
- Discover These 16 Great Resources for FREE ASL Practice & Study
- Easy Way to Get Toshiba Printer Drivers Set Up in Windows OS
- Free SM Bus Controller Software: Compatible with Windows 11, 10, 8 & 7
- Get the Best Sound Experience: SteelSeries Arctis 5 Driver Guide and Download
- How to Get Brother HL 2280DW Printer Software on Your PC with Windows 11, 10, 8 or 7
- How to Get the Latest AMD Blockchain Driver for Your PC: Step-by-Step Instructions
- In 2024, Unleash Creativity Masterful Techniques for Editing Podcasts in GarageBand
- Step-by-Step Guide: Installing Your Beats Audio Drivers
- Time-Saving Titans The 8 Cutting-Edge Schedulers Reviewed for 2024
- Ultimate Guide to Finding & Downloading Epson WF-7710 Printer Drivers for Windows 10, 8.x & Earlier Versions
- Unlocking Visual Treasures Without Cost
- Title: Discovering Days of the Week Based on Specific Dates with Microsoft Excel Tips
- Author: David
- Created at : 2024-10-17 17:10:56
- Updated at : 2024-10-20 16:06:36
- Link: https://win-dash.techidaily.com/discovering-days-of-the-week-based-on-specific-dates-with-microsoft-excel-tips/
- License: This work is licensed under CC BY-NC-SA 4.0.