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

Data Analysis

  • Conditional Formatting Color Scales Examples in Excel
  • Everything about Charts in Excel
  • How to Use Solver Tool in Excel
  • How to count table rows in Excel
  • How to calculate average last N values in a table in Excel

References

  • How to use Excel OFFSET function
  • Multi-criteria lookup and transpose in Excel
  • Extract all partial matches in Excel
  • How to get last row in numeric data in Excel
  • Get nth match with INDEX / MATCH in Excel

Data Validations

  • Excel Data validation no punctuation
  • Excel Data validation must not contain
  • Excel Data validation exists in list
  • Excel Data validation allow weekday only
  • Excel Data validation require unique number

Map text to numbers in Excel

by

This tutorial shows how to Map text to numbers in Excel using the example below;

Formula

=VLOOKUP(text,lookup_table,2,0)

Explanation

To map or translate text inputs to arbitrary numeric values, you can use the VLOOKUP function with a simple table.

In the example, we need to map five text values (statuses) to numeric status codes as follows:

Status Code
Started 10
Normal 20
Delayed 30
Complete 40
Cancelled 50

Since there is no way to derive the output (i.e. it’s arbitrary), we need to do some kind of lookup. The VLOOKUP function provides an easy way to do this.

In the example shown, the formula in F8 is:

=VLOOKUP(F7,B6:C10,2,0)

How this formula works

This formula uses the value in cell F7 for a lookup value, the range B6:C10 for the lookup table, the number 2 to indicate “2nd column”, and zero as the last argument to force an exact match.

Although in this case we are mapping text values to numeric outputs, the same formula can handle text to text, or numbers to text.

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

  • IFERROR function: Description, Usage, Syntax, Examples and Explanation
  • Not Equal To ‘<>‘ operator in Excel
  • Nested IF function example in Excel
  • How to use Excel NOT Function
  • Excel If, Nested If, And/Or Criteria Examples

Date Time

  • YEAR function: Description, Usage, Syntax, Examples and Explanation
  • Custom weekday abbreviation in Excel
  • Add decimal hours to time in Excel
  • DATEDIF function: Description, Usage, Syntax, Examples and Explanation
  • ISOWEEKNUM function: Description, Usage, Syntax, Examples and Explanation

Grouping

  • Group arbitrary text values in Excel
  • How to randomly assign data to groups in Excel
  • Group times into unequal buckets in Excel
  • Group times into 3 hour buckets in Excel
  • Calculate conditional mode with criteria in Excel

General

  • Cell References: Relative, Absolute and Mixed Referencing Examples
  • Transpose: Switch ‘Rows to Columns’ or ‘Columns to Rows’ in Excel
  • Common Errors in Excel
  • Count cells that do not contain errors in Excel
  • How to count total number of cells in a rectangular range in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning