I have a column with an identifier in each row and in another column I have a value in each row. I want to search the second row for any values that are less than a reference cell, and if less that that reference cell, I want the text from the first column to be displayed in the cell the formula is in separated by , if multiples.
Column 1 | Column 2
ABC | 2
ABD | 2
AAD | 3
For example if the reference value were 3, I would want the cell with the formula to return "ABC, ABD".
Any help appreciated!