File: HLOOKUP-Function.properties

package info (click to toggle)
libformula 1.1.7.dfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,236 kB
  • sloc: java: 17,370; xml: 1,541; makefile: 19
file content (10 lines) | stat: -rw-r--r-- 532 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
display-name=HLOOKUP
description=Horizontal search and reference to the cells located below.
parameter.0.display-name=search_criteria
parameter.0.description=The value to be found in the first row.
parameter.1.display-name=array
parameter.1.description=The array or the range for the reference.
parameter.2.display-name=Index
parameter.2.description=The row index in the array.
parameter.3.display-name=sorted
parameter.3.description=If the value is TRUE or not given, the search row of the array must be sorted in ascending order.