This video shows a simple example of how to pull in a value from one sheet into another using more than one criterion. The collect function can collect values based on multiple criteria, then the join function displays it as a text value.
Formula used (The value in {} is an off sheet reference:
=JOIN(COLLECT({Source sheet Name}, {Source sheet Project}, Project@row, {Source sheet Department}, Department@row))
0 Comments