U
unk1911
i have multi-row data in my cells. however, when i apply a filter on the column, the multi-row data is collapsed and appears as one long string. one idea i had was to append a single space after each data element before the carriage return. this works in solving the filter issue but it creates another issue, namely that i now have spaces after my data elements... this could be an issue for someone trying to cut/paste the data out. is there a more graceful solution?