The Cell() function is available in Claris Resolve, however, it is not documented in either the manual or the online Script Reference Guide. Here is the definition of this function:
CELL()
This function returns the contents of the current cell. If the cell contains a formula, it returns the result of the formula, not the formula text. In the first example below, the CELL function could be used in conjunction with the Find command to locate the next cell in the worksheet with a value grater than 35. In the second example, if the current cell contains the value 348, the expression containing the CELL function returns 87.
Examples:
CELL() > 35
CELL()/4 returns 87
Related functions: CELLTEXT, INDIRECT, and INDEX.