About 792 results
Open links in new tab
  1. Use the table_array argument in a lookup function

    When you create a VLOOKUP or HLOOKUP function, you enter a range of cells, such as D2:F39. That range is called the table_array argument, and an argument is simply a piece of data that …

  2. VLOOKUP function - Microsoft Support

    Use the VLOOKUP function to look up a value in a table. Syntax . VLOOKUP (lookup_value, table_array, col_index_num, [range_lookup]) For example: =VLOOKUP(A2,A10:C20,2,TRUE) …

  3. Look up values with VLOOKUP, INDEX, or MATCH - Microsoft …

    Use VLOOKUP, HLOOKUP, and other functions like INDEX and MATCH to search for and find data based on values you enter. This article gives you a quick VLOOKUP refresher, then links …

  4. Quick Reference Card: VLOOKUP refresher - Microsoft Support

    VLOOKUP is one of the most popular, useful functions in Excel, but it’s hard to remember the formula if you don’t use it that often. If all you want is the syntax for VLOOKUP, here it is: …

  5. Use Excel built-in functions to find data in a table or a range of ...

    You can use VLOOKUP to find data in a sorted or unsorted table. The following example uses a table with unsorted data. The following is an example of VLOOKUP formula syntax: …

  6. HLOOKUP function - Microsoft Support

    Searches for a value in the top row of a table or an array of values, and then returns a value in the same column from a row you specify in the table or array. Use HLOOKUP when your …

  7. How to correct a #N/A error - Microsoft Support

    To fix this, make sure that the range referenced by the array formula has the same number of rows and columns as the range of cells in which the array formula was entered, or enter the …

  8. LOOKUP function - Microsoft Support

    An array is a collection of values in rows and columns (like a table) that you want to search. For example, if you want to search columns A and B, down to row 6. LOOKUP will return the …

  9. XLOOKUP function - Microsoft Support

    The XLOOKUP function searches a range or an array, and then returns the item corresponding to the first match it finds. If no match exists, then XLOOKUP can return the closest (approximate) …

  10. How to correct a #VALUE! error in the VLOOKUP function

    This topic lists the most common problems that may occur with VLOOKUP, and the possible solutions. Problem: The lookup_value argument is more than 255 characters. Solution: …

Refresh