I am looking to take several cells,
i.e.,
1 4 5 6 7
1 3 5 2 6
1 3 4 5 6
2 4 5 6 7
and combine into one cell with comma after each number.
1,4,5,6,7,1,3,5,........7,
I have been using the =concatenate() but it gets very tedious for many cells
Any shortcuts?
i.e.,
1 4 5 6 7
1 3 5 2 6
1 3 4 5 6
2 4 5 6 7
and combine into one cell with comma after each number.
1,4,5,6,7,1,3,5,........7,
I have been using the =concatenate() but it gets very tedious for many cells
Any shortcuts?