Forum Discussion
fonction indirect dans le gestionnaire de nom
- May 15, 2019
I think OFFSET is more relevant to your task.
It should also be possible to use the non-volatile INDEX to create the dynamic ranges you require
= INDEX(Range, 1, column_number) : INDEX(Range, final_row, column_number)
Yes.
I used a Name "CompanyData" which referred to
=INDIRECT(address)
The Named cell "address" contained the names of Ranges I wished to return.
Oui.
J'ai utilisé un nom "CompanyData" qui fait référence à
= INDIRECT (adresse)
"Adresse" de la cellule nommée contenait les noms des plages que je souhaitais retourner.
- zumslMay 13, 2019Copper Contributor
Hi Peter,
Thansk for your answer.
Actually, I would like to use the function Inside the box.
- PeterBartholomew1May 14, 2019Silver Contributor
Without knowing you intended use for the formula, I cannot be sure it is what you want. However, the name 'CompanyData' refers to
=INDIRECT(address)
The cell 'address' uses validation to ensure the user picks one of a selection of ranges (that may be on different sheets).
- zumslMay 14, 2019Copper Contributor
Hi Peter,
I've found a solution with the offset function.
I've already thrown out the function that I've tried to do but do you know if it's possible to use the indirect function in the box below ?
DECALER = OFFSET
ADRESSE=ADDRESS
EQUIV=MATCH
NBVAL=COUNTA
Gestionnaire_Nom