Forum Discussion

zumsl's avatar
zumsl
Copper Contributor
May 13, 2019
Solved

fonction indirect dans le gestionnaire de nom

Bonjour,   Peut on utiliser la fonction indirect dans le gestionnaire de nom ? Merci d'avance :-)
  • PeterBartholomew1's avatar
    May 15, 2019

    zumsl 

    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)