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

Data Analysis

  • Understanding Pivot Tables in Excel
  • Get column name from index in Excel Table
  • Chart Axes in Excel
  • Add Outline to Data in Excel
  • Reverse List in Excel

References

  • How to create dynamic named range with OFFSET in Excel
  • Count rows with at least n matching values
  • How to get last row in text data in Excel
  • How to calculate two-way lookup VLOOKUP in Excel Table
  • Multi-criteria lookup and transpose in Excel

Data Validations

  • Excel Data validation require unique number
  • Excel Data validation allow uppercase only
  • Data validation must not exist in list
  • Excel Data validation must not contain
  • Prevent invalid data entering in specific cells

Get first text value with HLOOKUP in Excel

by

This tutorial shows how to Get first text value with HLOOKUP in Excel using the example below;

Formula

=HLOOKUP("*",range,1,FALSE)

Explanation

To lookup and retrieve the first text value across a range of columns, you can use the HLOOKUP function with a wildcard. In the example shown, the formula in F5 is:

=HLOOKUP("*",C5:E5,1,0)

How this formula works

Sometimes, you may want to check a range of several columns and extract the first text value found. You can do this with the HLOOKUP function and the asterisk wildcard character (*).

In the formula shown, HLOOKUP is configured like this:

=HLOOKUP("*",C5:E5,1,0)

The lookup value is “*”, a wildcard that matches one or more text values.

The table array C5:E5, entered as a relative references so that it changes as the formula is copied down column F.

The row index number is 1, since the range contains only one row.

The range lookup argument is set to zero (false) to force exact match. This is required when using wildcards with VLOOKUP or HLOOKUP.

In each row, HLOOKUP finds and returns the first text value found in columns C through E in each row.

Ignoring empty strings

To ignore empty strings generated by other formulas, try adjusting wildcards as follows:

=HLOOKUP("?*",range,1,0)

Translated: match text with at least one character.

Note: this formula won’t work for numeric values since the asterisk wildcard matches only text.

Post navigation

Previous Post:

How to use Excel CHOOSE Function

Next Post:

Customize Ribbon In Excel

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

  • Invoice status with nested if in Excel
  • IF with boolean logic in Excel
  • How to use Excel XOR Function
  • Excel If, Nested If, And/Or Criteria Examples
  • How to return blank in place of #DIV/0! error in Excel

Date Time

  • Get month name from date in Excel
  • Add days to date in Excel
  • Count dates in current month in Excel
  • Get first day of month in Excel
  • Add decimal minutes to time in Excel

Grouping

  • Group times into unequal buckets in Excel
  • Map text to numbers in Excel
  • How to randomly assign people to groups in Excel
  • How to randomly assign data to groups in Excel
  • Group numbers at uneven intervals in Excel

General

  • AutoFit Column Width, AutoFit Row Height in Excel
  • Cell References: Relative, Absolute and Mixed Referencing Examples
  • 3D SUMIF for multiple worksheets in Excel
  • Transpose: Switch ‘Rows to Columns’ or ‘Columns to Rows’ in Excel
  • Delete Blank Rows at Once in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning