About 340,000 results
Open links in new tab
  1. VLOOKUP - Google Docs Editors Help

    Syntax =VLOOKUP (search_key, range, index, [is_sorted]) Inputs search_key: The value to search for in the first column of the range. range: The upper and lower values to consider for …

  2. INDEX - Google Docs Editors Help

    Tip: VLOOKUP can be used when the lookup value is to the left of the desired attribute to return. INDEX and MATCH can be used regardless of where the lookup value is located in the dataset.

  3. LOOKUP - Google Docs Editors Help

    Notes The LOOKUP function will only work properly if data in search_range or search_result_array is sorted. Use VLOOKUP, HLOOKUP, or other related functions if data is …

  4. LOOKUP () - AppSheet Help

    LOOKUP() is effectively a wrapper to the SELECT() function. As with SELECT(), any column references are interpreted from the perspective of the data set being searched, not that of the …

  5. Vlookup Evaluates to an out of bounds range. Not sure how to solve

    VLOOKUP(search_key, range, index, [is_sorted]) search_key - The value to search for. For example, 42, "Cats", or I24. range - The range to consider for the search. The first column in …

  6. XLOOKUP function - Google Docs Editors Help

    XLOOKUP function The XLOOKUP function returns the values in the result range based on the position where a match was found in the lookup range. If no match is found, it returns the …

  7. How to improve LOOKUP performance - Google Docs Editors Help

    To search for information in your data, use LOOKUP functions like: VLOOKUP HLOOKUP MATCH INDEX Though it often takes time to perform these functions, this article shows how …

  8. I AM USING VLOOKUP FUNCTION. WHEN IT IS NOT FOUND IT IS …

    Sep 24, 2025 · I AM USING VLOOKUP FUNCTION. WHEN IT IS NOT FOUND IT IS SHOWING #NA. EITHER THAT CELL SHOULD EMPTY OR ZERO

  9. IMPORTRANGE - Google Docs Editors Help

    Import functions can't directly or indirectly reference a volatile function like NOW, RAND, or RANDBETWEEN. This prevents our users’ spreadsheet from overload, as these volatile …

  10. MATCH function - Google Docs Editors Help

    To return the value itself or another value corresponding to the row or column the match is found in, use INDEX, HLOOKUP, or VLOOKUP. See Also VLOOKUP: Vertical lookup. Searches …