I need a formula that can find a column header in a table, then return all the values in that column. So if I have a column of text data, it will identify that column based on the header, then return a list of the text values. Sort of like an HLOOKUP, that not only returns the next row value, but the entire column (list)