Search

Lookup Range

Last Updated: Dec 1, 2020

Articles

Use this function to check if a value exists in the specified range and return the address of the cell where the value exists.

Syntax

Lookup Range (search_range, lookup_value)

Parameters

Input Parameter Name Description
search_range Two cell values (first cell and last cell) separated by ‘:’ to search the value
lookup_value The value to be searched
occurrence Occurrence of the value

Returns

Return value Description
Position Returns the position of the cell

Sample

Lookup Range (C3:F8, key, 2) => C5

  • Checks for the 2nd occurrence of the value ‘key’ in the range ‘C3’ to ‘F8’ and returns the address C5.

To view all the Excel functions, click here.

Did you find what you were looking for?