You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
swmal edited this page Nov 26, 2012
·
15 revisions
HLookup
Looks up a value in the first row of a table and returns the corresponding value from another row Example: HLookup(2, "A1:B2", 1)
Lookup
Looks up a value in the first vector corresponding value from the second vector.
Example: Lookup(2, "A1:A5", "B1:B5")
Looks up a value in the supplied range. Example: Lookup(2, "A1:B5")
Match
Finds the relative position of a value in the supplied range. Example: Match(2, "A1:A5", 1)
VLookup
Looks up a value in the first column of a table and returns the corresponding value from another column Example: VLookup(2, "A1:B2", 1)