Rank

Return to: Calculated Member Builder Function List

Returns the one-based rank of a tuple in a set.

Syntax

Rank(«Tuple», «Set»)

Example

Rank((c,d), {(a,b), (c,d), (e,f)})

returns 2.

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.