Hello everyone,
I'm attempting to combine multiple cells of data (all from one column) into a single cell. The thing is, I have over 1k rows, so it's not feasible to use the Contatenate formula. I've done this before, in a simple macro, I believe, but I can't figure it out this time. Here's an example of what I'm trying to contatenate, assuming these are all in, say, Column A, Rows 1,2,3,etc:
319<cr>550<cr>IAIAET<cr>
319<cr>553<cr>IAIAET<cr>
507<cr>287<cr>MNMNET<cr>
507<cr>289<cr>MNMNET<cr>
515<cr>419<cr>IAIAET<cr>
I'd like combine all the data into Column B, Row 1, so that it would look like this:
319<cr>550<cr>IAIAET<cr>319<cr>553<cr>IAIAET<cr>507<cr>287<cr>MNMNET<cr>507<cr>289<cr>MNMNET<cr>515<cr>419<cr>IAIAET<cr>
Does anyone have any ideas? And, thanks, in advance, for the help!
Oh, and I'm not sure why, (and this probably doesn't matter for the purpose of this thread) but the data I posted in is not displaying correctly when I submitted the thread. Each bit of data, 319, 550, IAIAET, etc. has a carriage return (cr) between them, and each "cr" is surrounded by <>.
I'm attempting to combine multiple cells of data (all from one column) into a single cell. The thing is, I have over 1k rows, so it's not feasible to use the Contatenate formula. I've done this before, in a simple macro, I believe, but I can't figure it out this time. Here's an example of what I'm trying to contatenate, assuming these are all in, say, Column A, Rows 1,2,3,etc:
319<cr>550<cr>IAIAET<cr>
319<cr>553<cr>IAIAET<cr>
507<cr>287<cr>MNMNET<cr>
507<cr>289<cr>MNMNET<cr>
515<cr>419<cr>IAIAET<cr>
I'd like combine all the data into Column B, Row 1, so that it would look like this:
319<cr>550<cr>IAIAET<cr>319<cr>553<cr>IAIAET<cr>507<cr>287<cr>MNMNET<cr>507<cr>289<cr>MNMNET<cr>515<cr>419<cr>IAIAET<cr>
Does anyone have any ideas? And, thanks, in advance, for the help!
Oh, and I'm not sure why, (and this probably doesn't matter for the purpose of this thread) but the data I posted in is not displaying correctly when I submitted the thread. Each bit of data, 319, 550, IAIAET, etc. has a carriage return (cr) between them, and each "cr" is surrounded by <>.
Last edited: