unlimitedVlookup
Vertical lookup using unlimited elements to find an output
This custom function is still on beta and can fail during its execution
- matrix: Data to search in
- index: Column where the to find the data
- firstItem: First item to match
- args: The rest of items to match
- String: The string matched with the specified criteria
unlimitedVlookup(A1:D8, 5, "value 1", "value 2", "value 3")
// Will return "value 4", the one next to "value 3"
- Look up a value related to an unlimited set of other elements
Last modified 7mo ago