Learning level
74/100
Learning level
74/100
Product version
1.0.1
Guide status
Stable
Sections
3
Use the lookup function currently implemented by VauSheet and understand its exact-match behavior.
What this guide covers
Quick facts
Use VLOOKUP(lookup, range, colIndex). The second argument must be a range and the column index must be at least 1.
The implementation searches the first column of the normalized rectangular range using a case-insensitive text comparison and returns the value from the requested target column.
This is not a full Excel VLOOKUP compatibility layer with all optional approximate-match behavior. Use the documented three-argument form for predictable results.