Skip to main content

Excel Formula: Custom Format Weekday Name

Author Sun Last modified

doc-custom-format-weekday-1

Generally, the weekday displays as Monday, Tuesday, Wednesday…Sunday. But sometimes, you may want to customize the weekday names, such as Mony, Tuey, Wedy…Suny. In this tutorial, it provides a formula to automatically customize the weekday names based on the date in Excel.

If you want to follow along with this tutorial, please download the example spreadsheet.
doc-sample

Generic formula:

CHOOSE(WEEKDAY(date),"Suny","Mony","Tuey","Wedy","Thuy","Friy","Saty")

Syntaxt and Arguments

Date:the date that you want to return a weekday name in custom format.

How this formula works

To convert the date in cell B3 to a weekday name in custom format, please use below formula:

=CHOOSE(WEEKDAY(B3),"Suny","Mony","Tuey","Wedy","Thuy","Friy","Saty")

Press Enter key to get the result, if you need, drag auto fill handle over the cells to apply the formula.
doc-custom-format-weekday-2

doc-custom-format-weekday-3

Explanation

WEEKDAY function: to get day of the week as a number (1 to 7) from date.

Weekday Number
Sunday 1
Monday 2
Tuesday 3
Wednesday 4
Thursday 5
Friday 6
Saturday 7

WEEKDAY(B3) returns 3.

CHOOSE function: returns a value from the list of value arguments by the given index number.

Then formula

=CHOOSE(WEEKDAY(B4),"Suny","Mony","Tuey","Wedy","Thuy","Friy","Saty")
=CHOOSE(3,"Suny","Mony","Tuey","Wedy","Thuy","Friy","Saty")
=Tuey (to return the third value from the list)


Relative Formulas

Relative Functions


The Best Office Productivity Tools

Kutools for Excel - Helps You To Stand Out From Crowd

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates  |  Delete Blank Rows  |  Combine Columns or Cells without Losing Data  |  Round without Formula ...
Super VLookup: Multiple Criteria  |  Multiple Value  |  Across Multi-Sheets  |  Fuzzy Lookup...
Adv. Drop-down List: Easy Drop Down List  |  Dependent Drop Down List  |  Multi-select Drop Down List...
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  Compare Columns to Select Same & Different Cells ...
Featured Features: Grid Focus  |  Design View  |  Big Formula Bar  |  Workbook & Sheet Manager | Resource Library (Auto Text)  |  Date Picker  |  Combine Worksheets  |  Encrypt/Decrypt Cells  |  Send Emails by List  |  Super Filter  |  Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters ...)  |  50+ Chart Types (Gantt Chart ...)  |  40+ Practical Formulas (Calculate age based on birthday ...)  |  19 Insertion Tools (Insert QR Code, Insert Picture from Path ...)  |  12 Conversion Tools (Numbers to Words, Currency Conversion ...)  |  7 Merge & Split Tools (Advanced Combine Rows, Split Excel Cells ...)  |  ... and more
Use Kutools in your preferred language – supports English, Spanish, German, French, Chinese, and 40+ others!

Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...


Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)

  • One second to switch between dozens of open documents!
  • Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
  • Increases your productivity by 50% when viewing and editing multiple documents.
  • Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.