oguruma XLDnaute Occasionnel 2 Avril 2024 #1 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) Pièces jointes 1712061071949.png 6 KB · Affichages: 4 LAB_FICHE_STOCK_PDF.V0.02.xlsm 42.4 KB · Affichages: 4
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)