S.H.A.D.O.
Well-known Member
- Joined
- Sep 6, 2005
- Messages
- 1,915
Good afternoon,
Can anyone please tell me why the following formula will not put a line break at the end of the first two statements please (like ALT-ENTER when in a single cell)?
Thanks in advance.
Can anyone please tell me why the following formula will not put a line break at the end of the first two statements please (like ALT-ENTER when in a single cell)?
Code:
=CONCATENATE("Title ",
TEXT(INDEX($B$18:$B$2517,MATCH(E$10,E$18:E$2517,0)),"#,###,##0"),CHAR(10),
LEFT(INDEX($C$18:$C$2517,MATCH(E$10,E$18:E$2517,0)),3),CHAR(10),
TEXT(INDEX($D$18:$D$2517,MATCH(E$10,E$18:E$2517,0)),"dd mmm yyyy"))
Thanks in advance.
Last edited: