View Single Post
 
Old 07-28-2010, 12:07 PM
ConneXionLost's Avatar
ConneXionLost ConneXionLost is offline Windows XP Office 2003
Simulacrum
 
Join Date: Jan 2010
Location: Victoria, Canada
Posts: 86
ConneXionLost is on a distinguished road
Default

Hi,

Code:
=C1 &" "& C2 &" "& C3 &" "& C4 &" "& C5
or,

Code:
=CONCATENATE(C1," ",C2," ",C3," ",C4," ",C5)
Cheers,
Reply With Quote