__header__

Description

Finds an item in a psread sheet

Inputs

SpreadSheet

Parameters

Search

the value to search for

if(Search condition Spreadsheet) is true then found

Column

Start Column (A....) or (1....)

Row

Start colums (1...)

ColumnOffset

RowOffset

NbColumns

NbRows

Condition

=|>|<|>=|<=
eg for condition >
if(SearchValue > Spreadsheet[Row,Column]) is true then found

FoundColumn

FoundRow

__footer__