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. Bu...
Riny_van_Eekelen
Jan 09, 2025Platinum Contributor
Isn't this doing what you need?
=IFERROR(VSTACK(B14:E14, BYROW(t_evtxt,LAMBDA(mr,TEXTJOIN(" ",TRUE,mr)))),"")