geofspa
New Member
- Joined
- Jan 7, 2012
- Messages
- 30
- Office Version
- 365
- Platform
- Windows
Hi
I need to compile a number of text cells together - the entries might be 3 or 4 items long - or may be up to 50+ .
I have enetered formula as below and this does the job, but looks nasty - the result is an ever increasing text line - with only the last line being relevant.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]32240[/TD]
[TD]=IF(A1="","",A1)[/TD]
[TD] or[/TD]
[/TR]
[TR]
[TD]31759[/TD]
[TD]=IF(A2="","",CONCATENATE(B1,$C$1,A2))[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]31614[/TD]
[TD]=IF(A3="","",CONCATENATE(B2,$C$1,A3))[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
results in
[TABLE="width: 441"]
<tbody>[TR]
[TD][TABLE="width: 210"]
<tbody>[TR]
[TD]32240[/TD]
[/TR]
[TR]
[TD]32240 or 31759[/TD]
[/TR]
[TR]
[TD]32240 or 31759 or 31615[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][TABLE="width: 441"]
<tbody>[TR]
[/TR]
[TR]
[TD="align: right"][/TD]
[TD][TABLE="width: 441"]
<tbody>[TR]
[TD][/TD]
[/TR]
[TR]
[TD]How can I alter my formula or change the way I look at joining the text so only the last line shows.
I am using Microsoft Windoze something and XL2013[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
I need to compile a number of text cells together - the entries might be 3 or 4 items long - or may be up to 50+ .
I have enetered formula as below and this does the job, but looks nasty - the result is an ever increasing text line - with only the last line being relevant.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]32240[/TD]
[TD]=IF(A1="","",A1)[/TD]
[TD] or[/TD]
[/TR]
[TR]
[TD]31759[/TD]
[TD]=IF(A2="","",CONCATENATE(B1,$C$1,A2))[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]31614[/TD]
[TD]=IF(A3="","",CONCATENATE(B2,$C$1,A3))[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
results in
[TABLE="width: 441"]
<tbody>[TR]
[TD][TABLE="width: 210"]
<tbody>[TR]
[TD]32240[/TD]
[/TR]
[TR]
[TD]32240 or 31759[/TD]
[/TR]
[TR]
[TD]32240 or 31759 or 31615[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][TABLE="width: 441"]
<tbody>[TR]
[/TR]
[TR]
[TD="align: right"][/TD]
[TD][TABLE="width: 441"]
<tbody>[TR]
[TD][/TD]
[/TR]
[TR]
[TD]How can I alter my formula or change the way I look at joining the text so only the last line shows.
I am using Microsoft Windoze something and XL2013[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]