Yep, that did it! Thank you so much, it works amazing!...
Joecam Yesterday, 03:21 PMMaybe this?
=IFERROR(INDEX(A:A,AGGREGATE(15,6,ROW($A$1:$A$13)/(($C$1:$C$13="Production")+($C$1:$C$13="Something Else")),ROWS($1:1))),"")...
That worked perfectly! Thank you!
What if column C had more options to choose from and I wanted to allow for multiple variables to be looked...
And there he was, gone, with not one word of thanks for the solution offered. What happened to good manners and common courtesy, I wonder?...
AliGW Yesterday, 02:32 PM
Conditionally filling a table based on non-unique information from another table
Just for completeness, this would be an AND lookup:
AliGW Yesterday, 03:35 PM=IFERROR(INDEX(A:A,AGGREGATE(15,6,ROW($A$1:$A$13)/(($C$1:$C$13="Production")*($D$1:$D$13="Forward")),ROWS($1:1))),"")...