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

Data Analysis

  • Subtotal function in Excel
  • How to Create Area Chart in Excel
  • Get column name from index in Excel Table
  • Number and Text Filters Examples in Excel
  • How To Create Frequency Distribution in Excel

References

  • How to use Excel MATCH Function
  • How to use Excel ROWS Function
  • Two-way lookup with VLOOKUP in Excel
  • Extract all partial matches in Excel
  • How to use Excel COLUMN Function

Data Validations

  • Excel Data validation date in next 30 days
  • Excel Data validation don’t exceed total
  • Data validation must not exist in list
  • Excel Data validation allow weekday only
  • Excel Data validation must contain specific text

Group arbitrary text values in Excel

by

This tutorial shows how to Group arbitrary text values in Excel using the example below;

Formula

=VLOOKUP(value,table,column,0)

Explanation

IF you want to group or classify data based on arbitrary text values, you can use VLOOKUP instead of a long series of nested IF statements.

The trick is to build a custom table that will map values to all the groups you need.

In the example shown, the formula in F5 is:

=VLOOKUP(E5,key,2,0)

How this formula works

This formula uses the value in cell E5 for a lookup value, the named range “key” (H5:I9) for the lookup table, 2 to indicate “2nd column”, and 0  as the last argument indicate exact match. You can also use FALSE instead of zero if you like.

VLOOKUP simply looks up the value and returns the group name from the 2nd column in the table. Both columns in the table can contain any values that you need, and the table doesn’t need to be sorted since VLOOKUP is using exact match.

As always, if VLOOKUP can’t find a match, it will return #N/A.

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

  • Nested IF function example in Excel
  • How to use Excel OR Function
  • SWITCH function example in Excel
  • Return blank if in Excel
  • OR function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • How to determine year is a leap year in Excel
  • Count times in a specific range in Excel
  • Get first Monday before any date in Excel
  • HOUR function: Description, Usage, Syntax, Examples and Explanation
  • Convert text date dd/mm/yy to mm/dd/yy in Excel

Grouping

  • Group times into unequal buckets in Excel
  • Group numbers with VLOOKUP in Excel
  • If cell contains one of many things in Excel
  • Group numbers at uneven intervals in Excel
  • Running count group by n size in Excel

General

  • Excel Ribbon Quick Overview For Beginners
  • List sheet names with formula in Excel
  • How to get original number from percent change in Excel
  • How to fill cell ranges with random text values in Excel
  • Count cells that contain errors in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning