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)
Hi Peter,
Thansk for your answer.
Actually, I would like to use the function Inside the box.
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
- PeterBartholomew1May 15, 2019Silver Contributor
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)
- zumslMay 15, 2019Copper ContributorThanks a lot !
I'll try the next time :-)
Lamia