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

Data Analysis

  • Working With Tables in Excel
  • How to Create Area Chart in Excel
  • How to add Trendline to a chart in Excel
  • Reverse List in Excel
  • How to conditionally sum numeric data in an Excel table using SUMIFS

References

  • Basic INDEX MATCH approximate in Excel
  • Multi-criteria lookup and transpose in Excel
  • Count rows with at least n matching values
  • To count total rows in a range in Excel
  • How to use Excel MATCH Function

Data Validations

  • Excel Data validation require unique number
  • Excel Data validation number multiple 100
  • Excel Data validation date in specific year
  • Excel Data validation allow weekday only
  • Data validation must not exist in list

Group numbers with VLOOKUP in Excel

by

This tutorial shows how to Group numbers with VLOOKUP in Excel using the example below;

Formula

=VLOOKUP(value,group_table,column,TRUE)

Explanation

If you need to group by number, you can use the VLOOKUP function with a custom grouping table. This allows you to make completely custom or arbitrary groups.

In the example shown, the formula in F7 is:

=VLOOKUP(D5,age_table,2,TRUE)

How this formula works

This formula uses the value in cell D5 for a lookup value, the named range “age_table” (G5:H8) for the lookup table, 2 to indicate “2nd column”, and TRUE as the last argument indicate approximate match.

Note: the last argument is optional, and defaults to TRUE, but I like to explicitly set the matching mode.

VLOOKUP simply looks up the age and returns the group name from the 2nd column in the table. This column can contain any values that you wish.

Pivot tables

Pivot tables can automatically group numbers, but the VLOOKUP approach allows you to perform completely custom grouping.

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

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

Date Time

  • Roll back weekday to Friday base on a particular date in Excel
  • Display Days until expiration date in Excel
  • Add decimal minutes to time in Excel
  • Get last day of month in Excel
  • Get days between dates in Excel

Grouping

  • Map inputs to arbitrary values in Excel
  • If cell contains one of many things in Excel
  • Group times into unequal buckets in Excel
  • Map text to numbers in Excel
  • Calculate conditional mode with criteria in Excel

General

  • Count cells that do not contain errors in Excel
  • Create dynamic workbook reference to another workbook in Excel
  • How to calculate total from percentage in Excel
  • With vs Without Array Formula in Excel
  • Check if multiple cells have same value with case sensitive in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning