This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v19
FINDCELL

FINDCELL 


 

FINDCELL ( toFind , searchRange ) 
Parameter Type   Description
toFind  CellRef in Value to find
searchRange  CellRef in Cells to search

The FINDCELL function searches for the toFind value in the searchRange range of cells and returns the reference of the cell in which it was found. This reference cannot be displayed, but can be used by other 4D View Pro functions that accept a cell reference (CellRef) as parameter. 

toFind must contain the reference of a cell that actually contains the value to find.

Example  

Assuming cell C3 contains 10:

FINDCELL(C3,A1:B9) //returns 10 if the value is actually found in the A1:B9 cell range, otherwise it returns an error.



See also 

LOOKUP

 
PROPERTIES 

Product: 4D
Theme: 4D View Pro Formulas

 
PAGE CONTENTS 
 
HISTORY 

 
ARTICLE USAGE

4D View Pro Reference ( 4D v19)