Combine multiple cells into one cell

  • Thread starter Thread starter Michael Tomasura
  • Start date Start date
M

Michael Tomasura

You can concatenate cells like this

=C10&D10&E10&F10&G10&H10

if you want spaces do this

=C10&" " &D10&" "&E10&" "&F10&" "&G10&" "&H10
 
I need to combine text and numbers from 6 cells into
one cell (same order as cells are in). There are about
250 rows to process. Is there an easy way to do this?

Thanks,

Jim
 
To add to Michael's answer - concantenate as he has shown in to an available
cell and drag down, so that all cells are then concantenated.

Ken
 

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

Similar Threads

IF function question 1
pop up widow 2
Multiple parameter IF statement 3
Calculating Overtime from Hours total 6
HELP with IF function 1
Function Macro for Nested IF 6
Shared Workbook 3
Overtime Calculation 16

Back
Top