Say I have a list of people's names in one column, and their age in another.
I would like to have a separate cell display a list of all the names that are above a certain age.
For instance:
John = 23
James = 25
Maria = 40
Mike = 18
Jonas = 65
I would like a cell displaying all names of people over 24.
so it would list:
James, Maria, Jonas
Bookmarks