oguruma
XLDnaute Occasionnel
Suite de ce post
A partir de ce tableau quelques exemples sur l'utilisation de la fonction UNIQUE et la possibilité de créer des listes déroulantes
=UNIQUE(TB_STOCK[ELEMENT]) :
=UNIQUE(TB_STOCK[ELEMENT];;VRAI)
=UNIQUE(TB_STOCK[[CATEGORIE]:[ELEMENT]];;VRAI)
=UNIQUE(TB_STOCK[CATEGORIE]& " - " & TB_STOCK[ELEMENT])
=UNIQUE(CHOISIR({1\2};TB_STOCK[ELEMENT];TB_STOCK[PAYS_ORIGINE]))
=TRIER(UNIQUE(TB_STOCK[CATEGORIE]& " - " & TB_STOCK[ELEMENT]))
=TRIER(A24#)
Les liste déroulantes
=LISTE_UNIQUE6#
Mise en pratique avec la fonction FILTRE
=FILTRE(TB_STOCK[[PRIX_KG]:[PAYS_ORIGINE]];TB_STOCK[ELEMENT]=$B$3)
A partir de ce tableau quelques exemples sur l'utilisation de la fonction UNIQUE et la possibilité de créer des listes déroulantes
=UNIQUE(TB_STOCK[ELEMENT]) :
=UNIQUE(TB_STOCK[ELEMENT];;VRAI)
=UNIQUE(TB_STOCK[[CATEGORIE]:[ELEMENT]];;VRAI)
=UNIQUE(TB_STOCK[CATEGORIE]& " - " & TB_STOCK[ELEMENT])
=UNIQUE(CHOISIR({1\2};TB_STOCK[ELEMENT];TB_STOCK[PAYS_ORIGINE]))
=TRIER(UNIQUE(TB_STOCK[CATEGORIE]& " - " & TB_STOCK[ELEMENT]))
=TRIER(A24#)
Les liste déroulantes
=LISTE_UNIQUE6#
Mise en pratique avec la fonction FILTRE
=FILTRE(TB_STOCK[[PRIX_KG]:[PAYS_ORIGINE]];TB_STOCK[ELEMENT]=$B$3)