Combining Data

D

Daniel Louwrens

I am trying to combine data from adjacent cells using the & command,
for example =D2 & E2, is there some way I can put a space between the data.

thanks

Daniel
 
R

Ron Rosenfeld

I am trying to combine data from adjacent cells using the & command,
for example =D2 & E2, is there some way I can put a space between the data.

thanks

Daniel

=D2 & " " & E2


--ron
 
Top