Ajout d'un caractère à un emplacement spécifique

Bonjour,

Je m'explique, j'ai une liste de recette

B$ETRIFKG

B$URYETD

B$IRUENFG

etc...

Je voudrais ajouter un E en deuxième caractère

BE$ETRIFKG

BE$URYETD

BE$IRUENFG

etc...

Merci pour vos retours

Cordialement

Bylbo

Bonjour le forum,

=GAUCHE(A1;1)&"E"&STXT(A1;2;20)

J'ai essayé de copier ta formule, mais cela ne fonctionne pas.

J'ai un problème avec le signe = apparement.

J'ai copié la formule à partir de ce post et :

ajout caractere

Voila ce que j'obtiens, désolé je suis pas très doué...

B$TIRJKLFG =GAUCHE(A1;1)&"E"&STXT(A1;2;20)

Mettre en B1 : =GAUCHE(A1;1)&"E"&STXT(A1;2;20)

Et tirer la formule vers le bas.

Voici mon erreur:

We found a problem with this formula. Try clicking Insert Function on the tab to fix it, or click help for more info on common formula problems.

Not trying to type a formula?

When the first character is an equal (=) or minus (-) sign, Excel thinks it's a formula:

. you type: =1+1, cell shows: 2

To get around this, type an apostrophe (') first:

. you type '=1+1, cell shows =1+1

Rechercher des sujets similaires à "ajout caractere emplacement specifique"