Hi! How do I concatenate 2 columns to 1 - recurrently - till the last blank column?
For example, see below the data. How do I combine
Columns A and B to a new column after F (i.e., G),
Columns C and D to a new column after G,
Columns E and F to a new column after H, and so on?
I have a...