Get number also for the next ligne

Anonyme
2025-05-16T05:10:09+00:00

Hello

Pls

i us collum "B" to get the info complet

=GAUCHE(C4;3)&" "&(b4=1)&" "&GAUCHE(D4;3)

I get "Laa 1 Joh" this is ok for me (Last name 1 first name

I copy this, so i get error "#Valeur!" for the next ligne (copy down) with "b4+1"

Pls how i have to do?

thank

Arnold

Microsoft 365 et Office | Excel | Autres | Windows

Question verrouillée. Cette question a été migrée à partir de la Communauté Support Microsoft. Vous pouvez voter pour indiquer si elle est utile, mais vous ne pouvez pas ajouter de commentaires ou de réponses ni suivre la question.

0 commentaires Aucun commentaire

Réponse acceptée par l’auteur de la question

Hecatonchire 53,950 Points de réputation Modérateur bénévole
2025-05-16T08:53:28+00:00

Une solution (adapter le C8 de LIGNE(C8)-LIGNE(C$8) en fonction de la position de la 1ère formule)

Cette réponse a-t-elle été utile ?

1 personne a trouvé cette réponse utile.
0 commentaires Aucun commentaire

3 réponses supplémentaires

  1. Anonyme
    2025-05-16T20:04:00+00:00

    Bonsoir Monsieur

    First ligne

    =GAUCHE(C4;3)&" "&LIGNE(B4)-LIGNE(B$4)+1&" "&GAUCHE(D4;3)

    Last ligne

    =GAUCHE(C1099;3)&" "&LIGNE(B1099)-LIGNE(B$4)+1&" "&GAUCHE(D1099;3)

    Merci pour toute

    Arnold

    Cette réponse a-t-elle été utile ?

    1 personne a trouvé cette réponse utile.
    0 commentaires Aucun commentaire
  2. Anonyme
    2025-05-16T07:04:01+00:00

    Bonjour Monsieur

    Svp, en copiant la formule vers le bas je voudrais obtenir 1, 2 ,3,...

    =GAUCHE(C4;3)&" "&(??????)&" "&GAUCHE(D4;3)

    Laa 1 Joh

    Lab 2 Joh

    Lab 3 Ern

    Lac 4 Jos

    Comme:

    =b4=1

    =b5+1

    Merci pour votre aide

    Arnold

    Cette réponse a-t-elle été utile ?

    0 commentaires Aucun commentaire
  3. Hecatonchire 53,950 Points de réputation Modérateur bénévole
    2025-05-16T06:22:42+00:00

    Bonjour,

    Voila le résultat de ta formule : (b4=1) renvoie VRAI ou FAUX et pas 1 (ou 0)

    Que veux tu obtenir ?

    Cette réponse a-t-elle été utile ?

    0 commentaires Aucun commentaire