Forum Discussion
S_M_Howard
Mar 20, 2023Copper Contributor
Index / Match with multiple possible results.
I have a database of part number, name, serial number and the same information for the part they are installed on. I'm using an Index / Match setup to pull specifics out of the database but I have o...
- Mar 22, 2023I am using 365 and updated the original post with an example of the data I'm pulling against.
Thank you,
HansVogelaar
Mar 20, 2023MVP
Which version of Excel do you have?
And could you attach a small sample workbook demonstrating the problem (without sensitive data), or if that is not possible, make it available through OneDrive, Google Drive, Dropbox or similar?
- S_M_HowardMar 22, 2023Copper ContributorI am using 365 and updated the original post with an example of the data I'm pulling against.
Thank you,- HansVogelaarMar 22, 2023MVP
=FILTER(Data!A:A,(Data!D:D=Query!$F$7)*(Data!B:B=Query!B8),"")
=FILTER(Data!C:C,(Data!D:D=Query!$F$7)*(Data!A:A=Query!E8),"")
- S_M_HowardMar 22, 2023Copper ContributorThank you Hans... These equations work beautifully!!!