CONCATENATE problem with blank cells

R

roger_home

I need to merge columns A and B, but some cells are blank, so I can't
copy the formula down the 3rd column...it stops at the 1st blank

a1 Frank Smith
a2 blank
a3 blank
a4 Bill Jones

b2 blank
b2 sally
b3 billie
b4 blank

HELP?
 
P

Paul Black

Hi Roger,

You could Concatenate the Cells in Columns "A" & "B" Using the
Following Formula Entered into Cell "C1" and Copying Down :-
=CONCATENATE(A1,B1)
OR
=A1&B1

Hope this Helps.
All the Best.
Paul
 

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

Top