About 306,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. XLOOKUP function - Google Docs Editors Help

    Cross lookup. Returns the values in the data column at the position where a match was found in the search column. =XLOOKUP ("Apple",table_name!fruit,table_name!price) XLOOKUP …

  4. 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 …

  5. LOOKUP - Google Docs Editors Help

    Syntax LOOKUP(search_key, search_range|search_result_array, [result_range]) search_key - The value to search for in the row or column. For example, 42, "Cats", or I24. …

  6. VLOOKUP - Bantuan Editor Google Dokumen

    VLOOKUP menampilkan kecocokan pertama: VLOOKUP hanya menampilkan kecocokan pertama. Jika Anda memiliki beberapa kunci penelusuran yang cocok, sebuah nilai akan …

  7. QUERY function - Google Docs Editors Help

    QUERY(A2:E6,F2,FALSE) Syntax QUERY(data, query, [headers]) data - The range of cells to perform the query on. Each column of data can only hold boolean, numeric (including …

  8. 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 …

  9. ISERROR - Google Docs Editors Help

    Visit the Learning Center Using Google products, like Google Docs, at work or school? Try powerful tips, tutorials, and templates. Learn to work on Office files without installing Office, …

  10. LOOKUP () - AppSheet Help

    Syntax LOOKUP(value, dataset, column, return-column) value - The value to match (as with the = operator) in the given data set and column. The value must be of a type suitable for …