Forum Discussion
Hogstad_Raadgivning
Jan 09, 2025Iron Contributor
VSTACK tables with different number of columns
Hi,
I have 2 tables with different number of columns and that cause the text string to cut, because columns with errors is added to that table in VSTACK. I Can use IFERROR and hide the errors. But it still cut my text.
Is it possible to wite the formula so it does not cut the text?
See attached document for example.
Best Regards
Geir
3 Replies
- Riny_van_EekelenPlatinum Contributor
Isn't this doing what you need?
=IFERROR(VSTACK(B14:E14, BYROW(t_evtxt,LAMBDA(mr,TEXTJOIN(" ",TRUE,mr)))),"") - Hogstad_RaadgivningIron Contributor
I used TextJoin, to solve it. The problem then, is that is also Textjoin the second table...
I don't think so - the cells aren't really empty.
You'll have to autofit the columns, or turn on Wrap Text.