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

Data Analysis

  • How To Perform and Interpret Regression Analysis in Excel
  • What-If Analysis: Scenarios and Goal Seek in Excel
  • Get column name from index in Excel Table
  • How to add Trendline to a chart in Excel
  • Get column index in Excel Table

References

  • Multi-criteria lookup and transpose in Excel
  • Perform case-sensitive Lookup in Excel
  • CHOOSE function: Description, Usage, Syntax, Examples and Explanation
  • Last row number in range
  • How to calculate two-way lookup VLOOKUP in Excel Table

Data Validations

  • Excel Data validation specific characters only
  • Excel Data validation unique values only
  • Prevent invalid data entering in specific cells
  • Excel Data validation number multiple 100
  • Excel Data validation date in next 30 days

SWITCH function example in Excel

by

Excel SWITCH function compares an expression to a list of values and returns the corresponding result.

This example teaches you how to use the SWITCH function in Excel 2016 instead of the IFS function.

1a. For example, the IFS function below finds the correct states.

Explanation: cell A2 contains the string 85-UT. The RIGHT function extracts the 2 rightmost characters from this string (UT). As a result, the IFS function returns the correct state (Utah). If the 2 rightmost characters are not equal to UT, TX or OH, the IFS function returns a question mark. Instead of TRUE, you can also use 1=1 or something else that is always TRUE.

1b. The SWITCH function below produces the exact same result but is much easier to read.

Explanation: if the first argument (RIGHT(A2,2) in this example) equals UT, the SWITCH function returns Utah. If TX, Texas. If OH, Ohio. The last argument (a question mark in this example) is always the default value (if there’s no match).

2. Why not always use the SWITCH function in Excel? There are many examples where you cannot use the SWITCH function instead of the IFS function.

Explanation: because we use”<” and “>=” symbols in this IFS function, we cannot use the SWITCH function.

Post navigation

Previous Post:

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

Next Post:

Excel Data validation require unique number

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

  • Excel If, Nested If, And/Or Criteria Examples
  • IF with boolean logic in Excel
  • IF function: Description, Usage, Syntax, Examples and Explanation
  • Return blank if in Excel
  • TRUE function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • How to get year from date in Excel
  • Sum race time splits in Excel
  • Add workdays to date custom weekends in Excel
  • Convert Excel time to decimal seconds
  • How to calculate Quarter of Date in Excel

Grouping

  • Map inputs to arbitrary values in Excel
  • How to randomly assign people to groups in Excel
  • Group times into unequal buckets in Excel
  • Running count group by n size in Excel
  • Group numbers at uneven intervals in Excel

General

  • How to make excel worksheets print on one page?
  • Convert column number to letter in Excel
  • How to generate random times at specific intervals in Excel
  • 3D SUMIF for multiple worksheets in Excel
  • Count cells that do not contain many strings in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning