Forum Discussion
Houston-Jack
Apr 16, 2020Copper Contributor
How can I match two columns in a table to pull from a corresponding 3rd column?
I have a table of rows sorted by "project" where a Project can have multiple solution components represented in separate rows, each with a resource assigned. As in: For example: I need to fin...
- Apr 17, 2020
Houston-Jack Replicated your table and used the new FILTER function to find the Resource based on the combination of Project and Solution. If your Excel version does not recognise it, a more traditional approach need to be taken.
Detlef_Lewin
Apr 16, 2020Silver Contributor
Houston-Jack
Apr 20, 2020Copper Contributor
Thanks for the reply, Detlef_Lewin , but my need was to match on values in two columns of the same row to obtain the value in a third column of that row. Riny_van_Eekelen provided an elegant solution to that in the post below.