~ubuntu-branches/ubuntu/precise/koffice/precise

« back to all changes in this revision

Viewing changes to kspread/functions/reference.xml

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-10-27 17:52:57 UTC
  • mfrom: (0.12.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101027175257-s04zqqk5bs8ckm9o
Tags: 1:2.2.83-0ubuntu1
* Merge with Debian git remaining changes:
 - Add build-deps on librcps-dev, opengtl-dev, libqtgtl-dev, freetds-dev,
   create-resources, libspnav-dev
 - Remove needless build-dep on libwv2-dev
 - koffice-libs recommends create-resources
 - krita recommends pstoedit
 - Keep our patches
* New upstream release 2.3 beta 3
  - Remove debian/patches fixed by upstream
  - Update install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
278
278
       <Type>Reference</Type>
279
279
     </Parameter>
280
280
     <Help>
281
 
     </Help>
282
281
       <Text>MULTIPLE.OPERATIONS executes the formula expression pointed to by FormulaCell and all formula expressions it depends on while replacing all references to RowCell with references to RowReplacement respectively all references to ColumnCell with references to ColumnReplacement. The function may be used to easily create tables of expressions that depend on two input parameters.</Text>
283
282
       <Syntax>MULTIPLE.OPERATIONS(Formula cell; Row cell; Row replacement; Column cell; Column replacement)</Syntax>
284
283
     </Help>
285
284
   </Function>
286
285
 
 
286
   <Function>
 
287
     <Name>MATCH</Name>
 
288
     <Type>Int</Type>
 
289
     <Parameter>
 
290
       <Comment>Search value</Comment>
 
291
       <Type>String/Numeric</Type>
 
292
     </Parameter>
 
293
     <Parameter>
 
294
       <Comment>Search region</Comment>
 
295
       <Type>Reference/Array</Type>
 
296
     </Parameter>
 
297
     <Parameter>
 
298
       <Comment>Match type (optional)</Comment>
 
299
       <Type>Int</Type>
 
300
     </Parameter>
 
301
     <Help>
 
302
       <Text>Finds a search value in a search region, and returns its position (starting from 1). Match type can be either -1, 0 or 1 and determines how is searched for the value. If match type is 0, the index of the first value that equals search value is returned. If match type is 1 (or omitted), the index of the first value that is less than or equal to the search value is returned and the values in the search region must be sorted in ascending order. If match type is -1, the smallest value that is greater than or equal to the search value is found, and the search region needs to be sorted in descending order.</Text>
 
303
       <Syntax>MATCH(Search value; Search region; Match type)</Syntax>
 
304
     </Help>
 
305
   </Function>
 
306
 
287
307
  </Group>
288
308
 
289
309
</KSpreadFunctions>