-SCS Parameter Analyzer Reference Manual Section 6:
4200A-901-01 Rev. C / February 2017 6-239
FINDD Formulator function
The find down function searches down the column until it finds a value that matches the user-specified value X.
FINDD searches a column (vector) V, beginning at START. Then it returns the row number (index) of that value.
Usage
FINDD(V, X, START)
The name of any column (vector) listed under Columns
Any value, which may be the result of another calculations
The row number (index) of the starting value for the search
Details
If FINDD does not find an exact match for X, it returns the row number (index) of the V value that is
closest to X.
Example
IF = AT(ANODEI, FINDD(ANODEV, 0.7, FIRSTPOS(ANODEV)))
Also see
FINDLIN (on page 6-240)
FINDU (on page 6-241)