Vous êtes sur le site Web historique de la documentation de 4D. Les documentations sont progressivement déplacées vers developer.4d.com |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v19
FINDCELL
|
FINDCELL ( toFind , searchRange ) | ||||||||
Paramètre | Type | Description | ||||||
toFind | RefCell |
![]() |
Value to find | |||||
searchRange | RefCell |
![]() |
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.
Produit : 4D
Thème : Formules 4D View Pro
Nom intl. : FINDCELL
4D View Pro ( 4D v19)