Thread
: [Solved]
How to combine different cells data in one cell?
View Single Post
07-28-2010, 12:07 PM
ConneXionLost
Windows XP
Office 2003
Simulacrum
Join Date: Jan 2010
Location: Victoria, Canada
Posts: 86
Hi,
Code:
=C1 &" "& C2 &" "& C3 &" "& C4 &" "& C5
or,
Code:
=CONCATENATE(C1," ",C2," ",C3," ",C4," ",C5)
Cheers,
ConneXionLost
View Public Profile
Find all posts by ConneXionLost