i have a table from a supplier, that has states listed in the column name, then a Y (for yes) in each corresponding column for restricted shipping to that state. so for instance, there is a product that has restricted shipping to DC, IL, and MA, each have a "Y" in the cell in that column for the product, then blanks in the rest. i want to return all of those column names (states) into one cell for importing into my store for the products description. is there a way to do that? i've had halfway success using the lookup and index functions, but they only return one value. i need it to return all column names where the "Y" is. can anyone help?
Bookmarks