Qualifier returns the symbol/data qualifier for the specified value
SYNTAX:
Qualifier(Value/String, Optional NoQualifierPrint)
Value/String: A quoted string, cell reference or spread function that returns text (i.e. VT function)
NoQualifierPrint: A quoted string of what to print if no qualifier exists. If not specified function returns "" if no qualifier.
EXAMPLES:
Qualifier("<2") - Returns <
Qualifier("14.3") - Returns no result (i.e. "")
Qualifier("14.3","=") - Returns = as there is no qualifier so the NoQualifierPrint of = is returned.
Qualifier(A4) - Returns e where cell A4 contains "e0.2".
Qualifier(VT(4011,1)) - Returns the symbol for the value returned by the VT function.
SEE ALSO: NFNP, VAL