4D v18

FINDCELL

Home

 
4D v18
FINDCELL

FINDCELL 


 

FINDCELL ( toFind , searchRange ) 
Parameter Typ   Beschreibung
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.

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.



Siehe auch 

LOOKUP

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: Formeln in 4D View Pro

 
GESCHICHTE 

 
ARTIKELVERWENDUNG

4D View Pro Handbuch ( 4D v18)