Xlookup

Function

Xlookup(value, lookupArray, valueArray)

value
lookupArray
valueArray

Xlookup is included by default in each file as part of the Lookup library.

 

See also:


Inputs for the Xlookup function:

value
lookupArray
valueArray

 

You can refer to this function in any formula, macro, module, or other script in Blockpad. You can use either its name or its full path:

  • To refer to it by name, use Xlookup( ... )
  • To refer to it by its full path, use Library.Lookup.Xlookup( ... )

 

See also: