Bonsoir Lionel, ----- Lionel Bonizec <[EMAIL PROTECTED]> a écrit: > Chez moi, la formule =concatener(gauche(a1;1);". ";b1) marche mais pas > > celle-là =GAUCHE(B1) & " " & A1 > Manque quelque chose ou je suis seul dans ce cas ? > >
Pour moi, OOo 2.0.3, Linux : cela fonctionne. B1 = "Patrice" A1 = "ROUVELET" C1 = GAUCHE(B1) & " " & A1 => "P ROUVELET" Sinon C1 = GAUCHE(B1;1) & " " & A1 => "P ROUVELET" Bye -- Patrice ROUVELET ALPES CONTROLES COORDINATION SECURITE Tél. 04 50 64 99 57 Mél : [EMAIL PROTECTED] **************************************** Laisser les bons temps roulés --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
