pctin

0     0     Edited Sep 1, 2015
Usage:
[number] y pctin( [vector]x, [scalar]value1 [, [scalar]value2, ...] )

Returns the percent of non-null elements in [vector]x that equal any one of the input value(s) value1 ... valueN.

NOTE: [PERFORMS TABLE SCAN]

Examples:
pctin(Q1,1)
pctin(Q2,8,9,10)

See Also:
countin, countinrange, pctinrange

Leave a Comment

Please sign in to leave a comment.