merge adjacent cell data

  • Thread starter Thread starter ROLG
  • Start date Start date
R

ROLG

how do i merge a number of cells in a row so that the numbers in eac
cell will be in that one merged cell?
 
Hi

you can't,
but you can concatenate them into one cell and then delete the others
=A1&B1&C1&D1 etc
will string together the values in cells A1, B1, C1 & D1
you can then copy this cell, choose edit / paste special - values to change
it from a formula to a value and then, if you want, delete the original
numbers

Cheers
JulieD
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top