Bonjour à tous,
Je débute en excel avec les tableau structuré et je souhaite faire une recherche depuis un autre classeurs mais j'ai une erreur de synthaxe
Ca fonctionne
=IFERROR(VLOOKUP([@[Product code ]];[Stock.xlsx]STOCK!$A$1:$D$45343;3;0);"")
Ca fonctionne pas
=IFERROR(VLOOKUP([@[Product code ]];[Stock.xlsx]STOCK[[Mithra Product Code ]:[Purchase Order]];3;0);"")
Pour info la formule suivante fonctionne aussi
=IFERROR(VLOOKUP([@[CODE PRODUIT]];Stock[[Mithra Product Code ]:[UoM]];10;0);"")
Je pense que l'erreur se situe ici "[Stock.xlsx]STOCK[[" merci de votre aide
Matthieu