About 50 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 the search. index: …

  2. QUERY function - Google Docs Editors Help

    QUERY function Runs a Google Visualization API Query Language query across data. Sample Usage QUERY(A2:E6,"select avg(A) pivot B") QUERY(A2:E6,F2,FALSE) Syntax QUERY(data, query, …

  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 not sorted. If search_key is …

  4. 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 down the first …

  5. HLOOKUP - Google Docs Editors Help

    See Also QUERY: Runs a Google Visualization API Query Language query across data. VLOOKUP: Vertical lookup. Searches down the first column of a range for a key and returns the value of a …

  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 closest match.

  7. GOOGLEFINANCE - Google Docs Editors Help

    QUERY function SPARKLINE Create & use named functions LAMBDA function Visit the Learning Center Using Google products, like Google Docs, at work or school? Try powerful tips, tutorials, and …

  8. FILTER function - Google Docs Editors Help

    Filter Google Sheets function list FILTER function SORT function SORTN Visit the Learning Center Using Google products, like Google Docs, at work or school? Try powerful tips, tutorials, and …

  9. Google Sheets function list - Google Docs Editors Help

    Google Sheets function list Google Sheets supports cell formulas typically found in most desktop spreadsheet packages. Functions can be used to create formulas that manipulate data and calculate …

  10. 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 data set from …