How do I insert a hard return in a =CONCATENATE formula in excel

D

Dina

Hi,
I am creating an =concatenate formula from one worksheet to another but need
info on individual line, not sentence form. How can I enter a hard return?

ex.
=CONCATENATE('408 Export GenCont only'!B4," NEED HARD RETURN HERE",'408
Export GenCont only'!C4," ",'408 Export GenCont only'!D4," ",'408 Export
GenCont only'!F4)
 
B

Bob Phillips

='408 Export GenCont only'!B4&CHAR(10)&'408 Export GenCont only'!C4&" "&'408
Export GenCont only'!D4&" "&'408 Export GenCont only'!F4

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Top