Thread
:
Return while useing CONCATENATE
View Single Post
#
4
Posted to microsoft.public.excel.misc
Dave Peterson
external usenet poster
Posts: 35,218
Return while useing CONCATENATE
Or this:
=CONCATENATE(B3,CHAR(10),B4,CHAR(10),B5)
or
=B3&CHAR(10)&B4&CHAR(10)&B5
Gary''s Student wrote:
=CONCATENATE(B3 & CHAR(10), B4 & CHAR(10),B5)
--
Gary''s Student - gsnu200845
--
Dave Peterson
Reply With Quote
Dave Peterson
View Public Profile
Find all posts by Dave Peterson