Hey there. I have a rather weird problem. I need to copy an entire row of data into one cell. Let me give you an example of what my output needs to be.
COLUMN A
AAAAA
AAAAB
AAAAC
AAAAD
AAAAE
The output I need in my one cell is:
AAAAA,AAAAB,AAAAC,AAAAD,AAAAE,
Is there an easy way to do this? I know it's strange, but unfortunately this is the output I need...
Thanks a ton!![]()
Bookmarks