
- MS Excel Basics
- Excel - Home
- Excel - Getting Started
- Excel - Explore Window
- Excel - Backstage
- Excel - Entering Values
- Excel - Move Around
- Excel - Save Workbook
- Excel - Create Worksheet
- Excel - Copy Worksheet
- Excel - Hiding Worksheet
- Excel - Delete Worksheet
- Excel - Close Workbook
- Excel - Open Workbook
- Excel - Context Help
- Editing Worksheet
- Excel - Insert Data
- Excel - Select Data
- Excel - Delete Data
- Excel - Move Data
- Excel - Rows & Columns
- Excel - Copy & Paste
- Excel - Find & Replace
- Excel - Spell Check
- Excel - Zoom In-Out
- Excel - Special Symbols
- Excel - Insert Comments
- Excel - Add Text Box
- Excel - Undo Changes
- Formatting Cells
- Excel - Setting Cell Type
- Excel - Setting Fonts
- Excel - Text Decoration
- Excel - Rotate Cells
- Excel - Setting Colors
- Excel - Text Alignments
- Excel - Merge & Wrap
- Excel - Borders and Shades
- Excel - Apply Formatting
- Formatting Worksheets
- Excel - Sheet Options
- Excel - Adjust Margins
- Excel - Page Orientation
- Excel - Header and Footer
- Excel - Insert Page Breaks
- Excel - Set Background
- Excel - Freeze Panes
- Excel - Conditional Format
- Working with Formula
- Excel - Creating Formulas
- Excel - Copying Formulas
- Excel - Formula Reference
- Excel - Using Functions
- Excel - Builtin Functions
- Advanced Operations
- Excel - Data Filtering
- Excel - Data Sorting
- Excel - Using Ranges
- Excel - Data Validation
- Excel - Using Styles
- Excel - Using Themes
- Excel - Using Templates
- Excel - Using Macros
- Excel - Adding Graphics
- Excel - Cross Referencing
- Excel - Printing Worksheets
- Excel - Email Workbooks
- Excel- Translate Worksheet
- Excel - Workbook Security
- Excel - Data Tables
- Excel - Pivot Tables
- Excel - Simple Charts
- Excel - Pivot Charts
- Excel - Keyboard Shortcuts
- MS Excel Resources
- Excel - Quick Guide
- Excel - Useful Resources
- Excel - Discussion
How to Convert Weekday String to Number in Excel?
Sometimes in Excel, you would need to convert the given day name to a number, like one for Monday, two for Tuesday, and so on. If we try to convert the days manually, we can use it if there are fewer values; when there are more values, we can’t use the manual process as it can be a time-consuming and inaccurate process. We can convert the days to numbers using the formulas to save a lot of time when performing the task.
Read this tutorial to learn how you can convert a weekday string to a number in Excel. Even though there is no direct formula available, we can create one using simple techniques. We can complete this task using the match function as described in this tutorial.
Converting Weekday String to Number in Excel
Here, we will first get any result using the MATCH formula, then get all the results using the auto-fill handle. Let's go over a simple procedure for converting a weekday string to a number in Excel using formulas. Our approach will use the help of the MATCH function to complete the task.
Step 1
Consider the following image of an excel sheet with data that is a list of days.

Now, in cell B2, click on an empty cell and enter the formula as follows −
=MATCH(A2,"Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday",0)
And press enter to get our first result, which looks like the image below. In the formula, A2 is the address of the cell where our value is present on the sheet.
Empty cell > Formula > Enter

Step 2
Then drag down from the first result using the auto-fill handle to get all the results, and our final output will be similar to the below image.

Conclusion
In this tutorial, we have used a simple example to demonstrate how you can convert a weekday string to a number in Excel.
- Related Articles
- How to Convert Number String to Date and Time in Excel?
- How to Convert Formula to Text String in Excel?
- How to Convert Time String to Time in Excel?
- How to generate random weekday or weekend date in Excel?
- How to Convert Letter Grade to Number in Excel?
- How to Convert Month Name to Number in Excel?
- How to Convert Serial Number to Date in Excel?
- How to Average Data Based on Weekday or Weekend in Excel?
- How to change or convert number to text in Excel?
- How to change or convert text to number in Excel?
- How to convert Number to String in JavaScript?
- How to convert String to Number in JavaScript?
- How to convert string to number in TypeScript?
- How to Convert Letter to Number or Vice Versa in Excel?
- How to Convert Scientific Notation to Text or Number in Excel?
