Donsimend
XLDnaute Nouveau
Bonjour à tous
je souhaite créer un champ calculé dans mon TDC me donnant l'année correspondant au début d'un numéro de serie (champ COMPT_NUMERO est une chaine standard puisqu'elle contient des lettres)
ex : 09KA457 ---> 2009
mais 93LA5845 --> 1993
le but étant ensuite d’insérer une chronologie à mon TDC
voici la formule que j'essayais:
=SI(CODE(GAUCHE(COMPT_NUMERO ))<50;SI(VALEURNOMBRE(GAUCHE(COMPT_NUMERO;2))>VALEURNOMBRE(DROITE(AUJOURDHUI();2));CONCATENER("19";GAUCHE(COMPT_NUMERO;2));CONCATENER("20";GAUCHE(COMPT_NUMERO;2)));"9999")
Mais le champ calculé n'accepte pas AUJOURDHUI donc j'essaie avec
=SI(CODE(GAUCHE(COMPT_NUMERO ))<50;SI(VALEURNOMBRE(GAUCHE(COMPT_NUMERO;2))>18;CONCATENER("19";GAUCHE(COMPT_NUMERO;2));CONCATENER("20";GAUCHE(COMPT_NUMERO;2)));"9999")
mais le résultat est "200" pour toute les lignes
Des suggestions ?
merci
je souhaite créer un champ calculé dans mon TDC me donnant l'année correspondant au début d'un numéro de serie (champ COMPT_NUMERO est une chaine standard puisqu'elle contient des lettres)
ex : 09KA457 ---> 2009
mais 93LA5845 --> 1993
le but étant ensuite d’insérer une chronologie à mon TDC
voici la formule que j'essayais:
=SI(CODE(GAUCHE(COMPT_NUMERO ))<50;SI(VALEURNOMBRE(GAUCHE(COMPT_NUMERO;2))>VALEURNOMBRE(DROITE(AUJOURDHUI();2));CONCATENER("19";GAUCHE(COMPT_NUMERO;2));CONCATENER("20";GAUCHE(COMPT_NUMERO;2)));"9999")
Mais le champ calculé n'accepte pas AUJOURDHUI donc j'essaie avec
=SI(CODE(GAUCHE(COMPT_NUMERO ))<50;SI(VALEURNOMBRE(GAUCHE(COMPT_NUMERO;2))>18;CONCATENER("19";GAUCHE(COMPT_NUMERO;2));CONCATENER("20";GAUCHE(COMPT_NUMERO;2)));"9999")
mais le résultat est "200" pour toute les lignes
Des suggestions ?
merci