Vous êtes sur le site Web historique de la documentation de 4D. Les documentations sont progressivement déplacées vers developer.4d.com

Accueil

 
4D v19
INDIRECT

INDIRECT 


 

INDIRECT ( cell | cellRange ) 
Paramètre Type   Description
cell | cellRange  RefCell in Reference to a cell, a name defined as a reference, or a text string reference to a cell or to a range

The INDIRECT function returns the contents of cell. The cell parameter (mandatory) can be any cell reference, including absolute reference such as $A$1 or a character string. Use INDIRECT when you want to change the reference to a cell within a formula without changing the formula itself.

The INDIRECT function can also return the internal reference of a range of cells (reference cannot be displayed but can be used by other 4D View Pro functions).

Exemple  

INDIRECT("A1") //returns the contents of cell A1

COLUMN(INDIRECT("A1:A3")) //column 1
ROW(INDIRECT("A1:F1")) //row 1



Voir aussi  

INDIRECT

 
PROPRIÉTÉS 

Produit : 4D
Thème : Formules 4D View Pro
Nom intl. : INDIRECT

 
PAGE CONTENTS 
 
HISTORIQUE 

 
UTILISATION DE L'ARTICLE

4D View Pro ( 4D v19)