Hi,
I have a spreadsheet where users place an "x" in various columns to mark the options they want. I am having trouble returning a list of all the options they selected on my summary sheet of all the options they selected.
I have tried array formulaes but it seems to only work to add up numbers. I would love to get back the text names of each option in a single cell separated by a comma. Or even in different cells if that is easier.
Here is the array formulae I am working with that returns the numbers:
=IF(O17="x",SUM(IF(F59:F63="x",E59:E63,"")),"")
Anyone have any suggestions.
Thanks
Matt
I have a spreadsheet where users place an "x" in various columns to mark the options they want. I am having trouble returning a list of all the options they selected on my summary sheet of all the options they selected.
I have tried array formulaes but it seems to only work to add up numbers. I would love to get back the text names of each option in a single cell separated by a comma. Or even in different cells if that is easier.
Here is the array formulae I am working with that returns the numbers:
=IF(O17="x",SUM(IF(F59:F63="x",E59:E63,"")),"")
Anyone have any suggestions.
Thanks
Matt