Oct 27 2022 01:47 AM
Hello,
I have difficulties with getting information from one array in one sheet to another array in another sheet, for the following reason :
I have one data in common between the two arrays, and I want to get all datas associated to the a data from the 1st array to the 2nd one.
Here is an excel sheet attached, with an exemple :
I've tried the function FILTER, but it does not work between two arrays. I've also tried XLOOKUP, but it only gets the first "Fruit".
Thank you for your help,
Regards, Jonas
Oct 27 2022 02:14 AM
=INDEX(Tableau2[Fruit],SMALL(IF((Tableau2[Alley]=1)+(Tableau2[Alley]=2),ROW(Feuil1!$1:$4)),ROW(Feuil1!1:1)))
You can try this formula. Enter the formula with ctrl+shift+enter if you don't work with Office365 or 2021.
Oct 27 2022 05:56 AM
Jan 16 2023 10:07 PM
Jan 17 2023 06:04 AM
I'll refer you to @Quadruple_Pawn 's solution.