Lookup and match the next largest value in Excel
When working with Excel datasets, there are often scenarios where the exact value you're searching for is missing. This is common in real-world data such as inventory lists, price tables, testing thresholds, or scheduling sheets, where gaps, irregular entries, or intervals may exist. In these cases, being able to find and return the next largest value—rather than the closest smaller value or receiving an error—can significantly improve your analysis and decision-making processes.
Standard lookup functions, such as VLOOKUP, by default return the largest value less than or equal to your search value and may not provide the flexibility to locate the next higher value if there's no precise match. For instance, if you're seeking an entry for quantity 954 but your table only contains 950 and 1000, VLOOKUP will return the result associated with 950 (the lower match) instead of 1000 (the next largest). This limitation can lead to errors or inaccuracies, especially when the business requirement is to always round up or select the next higher bracket.
The following guide introduces two practical Excel solutions to accurately retrieve the next largest value from a list, even if there's no direct match. Each method comes with its own applicable scenarios and considerations, helping you to select the best approach for your data management needs.
Using XLOOKUP function to find and match the next largest value
The XLOOKUP function allows you to return a value associated with the next largest entry above a specified lookup value, if an exact match isn't present. This is especially efficient for modern Excel users who require seamless handling of missing matches or data gaps.
- To use XLOOKUP for locating the next largest value, select a blank cell where you'd like the result to appear. Then, enter the following formula and press "Enter":
=XLOOKUP(D5,A2:A13,B2:B13,,1)
- The XLOOKUP formula in this example searches for quantity "954" within the "A2:A13" range. Since an exact match for 954 doesn't exist, the function returns "Oct," associated with "1000," which is the next largest quantity after 954.
- This approach is ideal for price categories, weight brackets, or commission tiers, where you need to find the closest higher category when a value falls between defined thresholds.
- If you want XLOOKUP to search for the next smallest value instead, adjust the match_mode parameter accordingly.
- To know more about the XLOOKUP function and its various parameters, visit this page: 10 examples to help you grasp the XLOOKUP function in Excel
Possible troubleshooting: If XLOOKUP returns an #N/A error, check that your lookup value exists in the lookup array and that the lookup direction and arrays are correctly aligned.
Advantages of this method include simplicity, modern formula structure, and direct handling of both approximate and exact matches. The main limitation is that XLOOKUP is not available in versions earlier than Excel 2021 or Excel for Microsoft 365.
Using INDEX and MATCH functions to find and match the next largest value
If your version of Excel does not support XLOOKUP, the combination of INDEX and MATCH can reliably find the next largest value and works in all major releases of Excel. Unlike XLOOKUP, this solution does not require the latest Excel version and offers strong flexibility for older datasets and complex queries.
- Select a blank cell for your output, enter the following INDEX formula, and then press "Enter":
=INDEX(B2:B13,MATCH(D5,A2:A13)+1)
Tips for error prevention: The MATCH function can only find the position of the largest value less than or equal to the lookup value by default. To adjust for the next largest value in situations where the exact value does not exist, consider adding 1 to the position returned by MATCH; alternatively, ensure your lookup range is correctly configured for your specific needs.
The INDEX and MATCH method excels in compatibility and flexibility, but requires careful setup of parameters and sorted ranges. Users may need to perform additional verification if the lookup value could exceed the maximum in the lookup array, as this may cause #REF! errors.
Using either XLOOKUP (where available) or the legacy INDEX and MATCH formula set, you can efficiently find the next largest value in Excel—improving your ability to handle variable datasets, thresholds, tiered pricing models, and more. These approaches boost data processing accuracy, especially when working with incomplete, unsorted, or non-standard data entries.
In summary, always verify your data's order and the formula parameters before applying these solutions. If unexpected errors or mismatches occur, double-check for blank cells, duplicates in the lookup range, or unsorted data, as these can impact correct matching and retrieval.
Related articles:
How to vlookup in two dimensional table in Excel?
How to vlookup to another workbook?
How to vlookup to return multiple values in one cell in Excel?
How to use vlookup exact and approximate match in Excel?
Best Office Productivity Tools
Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time. Click Here to Get The Feature You Need The Most...
Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
- Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
- Open and create multiple documents in new tabs of the same window, rather than in new windows.
- Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
All Kutools add-ins. One installer
Kutools for Office suite bundles add-ins for Excel, Word, Outlook & PowerPoint plus Office Tab Pro, which is ideal for teams working across Office apps.





- All-in-one suite — Excel, Word, Outlook & PowerPoint add-ins + Office Tab Pro
- One installer, one license — set up in minutes (MSI-ready)
- Works better together — streamlined productivity across Office apps
- 30-day full-featured trial — no registration, no credit card
- Best value — save vs buying individual add-in