Etxezarreta
XLDnaute Nouveau
Rebonjour,
Je souhaite concatener dans une cellule les valeurs de cellules qui satisfont une condition:
la condition est en cellule G2 et le résultat retourné en H2 du fichier joint.
Cela fonctionne, mais je souhaiterait ne pas prendre en compte les valeurs en doublon. La formule est la suivante: {=SIERREUR(INDEX(tabTableConges[Identificacion];PETITE.VALEUR(SI(tabTableConges[Semana]=$G$2;LIGNE(tabTableConges[Semana]);"");1)-1)&"/";"")&SIERREUR(INDEX(tabTableConges[Identificacion];PETITE.VALEUR(SI(tabTableConges[Semana]=$G$2;LIGNE(tabTableConges[Semana]);"");2)-1)&"/";"")&SIERREUR(INDEX(tabTableConges[Identificacion];PETITE.VALEUR(SI(tabTableConges[Semana]=$G$2;LIGNE(tabTableConges[Semana]);"");3)-1)&"/";"")&SIERREUR(INDEX(tabTableConges[Identificacion];PETITE.VALEUR(SI(tabTableConges[Semana]=$G$2;LIGNE(tabTableConges[Semana]);"");4)-1)&"/";"")}
Il faudrait que je teste chaque valeur avec un NB.SI en matriciel ou qq chose comme cela peut-être? Si NB.SI( cellules precedentes;valeur testee) des cellules precedentes >0 then "" ..Mais ca rallongerait enormemente je pense.
Merci d'avance!
Etxe.
Je souhaite concatener dans une cellule les valeurs de cellules qui satisfont une condition:
la condition est en cellule G2 et le résultat retourné en H2 du fichier joint.
Cela fonctionne, mais je souhaiterait ne pas prendre en compte les valeurs en doublon. La formule est la suivante: {=SIERREUR(INDEX(tabTableConges[Identificacion];PETITE.VALEUR(SI(tabTableConges[Semana]=$G$2;LIGNE(tabTableConges[Semana]);"");1)-1)&"/";"")&SIERREUR(INDEX(tabTableConges[Identificacion];PETITE.VALEUR(SI(tabTableConges[Semana]=$G$2;LIGNE(tabTableConges[Semana]);"");2)-1)&"/";"")&SIERREUR(INDEX(tabTableConges[Identificacion];PETITE.VALEUR(SI(tabTableConges[Semana]=$G$2;LIGNE(tabTableConges[Semana]);"");3)-1)&"/";"")&SIERREUR(INDEX(tabTableConges[Identificacion];PETITE.VALEUR(SI(tabTableConges[Semana]=$G$2;LIGNE(tabTableConges[Semana]);"");4)-1)&"/";"")}
Il faudrait que je teste chaque valeur avec un NB.SI en matriciel ou qq chose comme cela peut-être? Si NB.SI( cellules precedentes;valeur testee) des cellules precedentes >0 then "" ..Mais ca rallongerait enormemente je pense.
Merci d'avance!
Etxe.