Bonjour à vous excelmembre,
J'ai comme donné :
Une formule cellule A1"if(@numero_fiche 1) then" puis en A32"end if"
Il se répète en A34"if(@numero_fiche2) then et prend fin en A66.
Et je dois le répéter 400 fois.
J'ai essayé de tirer mais j'ai eu ceci :
if(@numero_fiche1) then
if(@numero_fiche2) then
if(@numero_fiche1) then
if(@numero_fiche2) then
Alors que je veut :
if(@numero_fiche1) then
if(@numero_fiche2) then
if(@numero_fiche3) then
if(@numero_fiche4) then
...
...
if(@numero_fiche400) then
Merci d'avance pour vos réponses.
J'ai comme donné :
Une formule cellule A1"if(@numero_fiche 1) then" puis en A32"end if"
Il se répète en A34"if(@numero_fiche2) then et prend fin en A66.
Et je dois le répéter 400 fois.
J'ai essayé de tirer mais j'ai eu ceci :
if(@numero_fiche1) then
if(@numero_fiche2) then
if(@numero_fiche1) then
if(@numero_fiche2) then
Alors que je veut :
if(@numero_fiche1) then
if(@numero_fiche2) then
if(@numero_fiche3) then
if(@numero_fiche4) then
...
...
if(@numero_fiche400) then
Merci d'avance pour vos réponses.