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

Data Analysis

  • What-If Analysis: Scenarios and Goal Seek in Excel
  • Reverse List in Excel
  • How to Sort by Color in Excel
  • Conditional Formatting Rules in Excel
  • Add Outline to Data in Excel

References

  • How to get first column number in range in Excel
  • How to get last row in mixed data with blanks in Excel
  • Find closest match in Excel
  • How to get last row in numeric data in Excel
  • How to get address of named range in Excel

Data Validations

  • Data validation must not exist in list
  • Prevent invalid data entering in specific cells
  • Excel Data validation date in next 30 days
  • Excel Data validation must begin with
  • Excel Data validation whole percentage only

Get first text value in a list in Excel

by

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

Formula

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

Explanation

If you need to get the first text value in a list (a one-column range) you can use the VLOOKUP function set to exact match, with a wildcard character for the lookup value.

In the example the formula in D7 is:

=VLOOKUP("*",B5:B11,1,FALSE)

How this formula works

The asterisk (*) wildcard character matches any text value. When used with VLOOKUP in exact match mode (the 4th argument, range_lookup, set to FALSE), the asterisk will match the first cell that contains text. Since we are supplying the column as 1, we get the value from the same range we are using for the table.

Note: this only works for text values, not numbers.

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

  • Check multiple cells are equal in Excel
  • XOR function: Description, Usage, Syntax, Examples and Explanation
  • NOT function: Description, Usage, Syntax, Examples and Explanation
  • How to return blank in place of #DIV/0! error in Excel
  • SWITCH function example in Excel

Date Time

  • Convert Excel time to decimal hours in Excel
  • Get month name from date in Excel
  • Convert date string to date time in Excel
  • WORKDAY function: Description, Usage, Syntax, Examples and Explanation
  • Get days, hours, and minutes between dates in Excel

Grouping

  • Group numbers at uneven intervals in Excel
  • Group arbitrary text values in Excel
  • Map inputs to arbitrary values in Excel
  • Group times into 3 hour buckets in Excel
  • Group times into unequal buckets in Excel

General

  • How to test a range for numbers in Excel
  • Lock Cells in a Worksheet Excel
  • How to create dynamic named range with INDEX in Excel
  • How to password protect excel sheet?
  • Count cells that do not contain many strings in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning