Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Conditional Formatting Data bars Examples in Excel
  • How To Sort One Column or Multiple Columns in Excel
  • Add Outline to Data in Excel
  • What-If Analysis: Scenarios and Goal Seek in Excel
  • How To Insert and Customize Sparklines in Excel

References

  • VLOOKUP function: Description, Usage, Syntax, Examples and Explanation
  • How to get address of named range in Excel
  • How to calculate two-way lookup VLOOKUP in Excel Table
  • How to use Excel VLOOKUP Function
  • Extract data with helper column in Excel

Data Validations

  • Excel Data validation allow weekday only
  • Excel Data validation require unique number
  • Excel Data validation must contain specific text
  • Excel Data validation allow uppercase only
  • Excel Data validation date in specific year

Custom weekday abbreviation in Excel

by

This tutorial shows how to create custom weekday abbreviation in Excel using example below.

To create a custom weekday abbreviation, you can use a formula based on the CHOOSE and WEEKDAY functions. With this approach, you can generate a custom one-letter abbreviation, two-letter abbreviation, or any weekday that makes sense in your particular situation.

Formula

=CHOOSE(WEEKDAY(date),"S","M","T","W","T","F","S")

Explanation

In the example shown, the formula in C5 is:

=CHOOSE(WEEKDAY(B5),"S","M","T","W","T","F","S")

How this formula works

Working from the inside-out, the WEEKDAY function takes a date and returns a number between 1 and 7. With default settings, the number 1 corresponds to Sunday and the number 7 corresponds to Saturday.

The CHOOSE function simply maps numbers to values. The first argument is the number to map, and subsequent arguments represent associated values.

In this case, 7 values have been provided in the order required to work with WEEKDAY’s Sunday through Saturday scheme.

With a date from column B, WEEKDAY returns a number which is fed to the CHOOSE function. CHOOSE returns the value at that position in the list of abbreviations.

Post navigation

Previous Post:

DECIMAL function: Description, Usage, Syntax, Examples and Explanation

Next Post:

AVERAGE function: Description, Usage, Syntax, Examples and Explanation

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • IF function: Description, Usage, Syntax, Examples and Explanation
  • FALSE function: Description, Usage, Syntax, Examples and Explanation
  • Check multiple cells are equal in Excel
  • IF with wildcards in Excel
  • AND function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • MINUTE function: Description, Usage, Syntax, Examples and Explanation
  • Count dates in current month in Excel
  • Count birthdays by month in Excel
  • NETWORKDAYS.INTL function: Description, Usage, Syntax, Examples and Explanation
  • Add days exclude certain days of week in Excel

Grouping

  • Calculate conditional mode with criteria in Excel
  • How to randomly assign people to groups in Excel
  • Running count group by n size in Excel
  • Group times into 3 hour buckets in Excel
  • Map text to numbers in Excel

General

  • Creating and Opening an existing file in Excel
  • How to generate random number weighted probability in Excel
  • How to Delete Cells, Row and Rows in Excel
  • Check if multiple cells have same value in Excel
  • How to increase by percentage in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning