

When is_sorted is TRUE (approximate match), then data range must be sorted in ascending order (lowest to highest) with respect to the first column of range, an otherwise VLOOKUP function may return incorrect results.Google Sheets VLOOKUP function searches the search_key in the first column of range, leftmost column, and retrieves the information to right columns of the range.

It does not differentiate between uppercase and lowercase values. Google Sheets VLOOKUP function is not case sensitive.You need to remember some basic points about Google Sheets VLOOKUP It is default match type if you omit to mention in function. TRUE = It searches for an approximate match, or closest match or next smaller value than search_key, if no exact match is found. Is_sorted – It is match type based on which you want to return lookup value either exact match ( FALSE) or approximate match ( TRUE). Index – The column number in a range from which data is retrieved that is related to matching lookup value in the same row. Range – The data table having a data set of two or more columns where data is arranged in vertical rows, and lookup values are present in the first column of a data table. It is also called lookup value or unique identifier Search_key – The value to be searched in the data range. The Google Sheets VLOOKUP function is one of the most common functions used to retrieve the information based on exact and approximate match types, and it also supports partial match using wildcard characters like “ *” and “ ?” Syntax for the Google Sheets VLOOKUP function Learn How and When to Do a VLOOKUP in Google Sheets VLOOKUP Google Sheets function is design to vertically search the unique value from the first column of data range and return the matching value from the same row, one of the columns to the right from the same sheet, or different sheet.
