Differences Between: [Versions 400 and 402] [Versions 402 and 403]
(no description)
File Size: | 121 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
HLookup:: (3 methods):
lookup()
hLookupSearch()
convertLiteralArray()
lookup($lookupValue, $lookupArray, $indexNumber, $notExactMatch = true) X-Ref |
HLOOKUP The HLOOKUP function searches for value in the top-most row of lookup_array and returns the value in the same column based on the index_number. param: mixed $lookupValue The value that you want to match in lookup_array param: mixed $lookupArray The range of cells being searched param: mixed $indexNumber The row number in table_array from which the matching value must be returned. param: mixed $notExactMatch determines if you are looking for an exact match based on lookup_value return: mixed The value of the found cell |
hLookupSearch($lookupValue, array $lookupArray, $column, bool $notExactMatch) X-Ref |
param: mixed $lookupValue The value that you want to match in lookup_array param: int|string $column |
convertLiteralArray(array $lookupArray) X-Ref |
No description |