concatenate() seems to be used for me
So, for example, formula I, referring to a cell from another sheet, looks like this:
=arrayformula(iferror(index('To Be Processed'!X:X,small(if($A$1='To Be Processed'!$Y2,row('To Be Processed'!X:X)),row((2:2))),"")))
and if I go to the formula:
=concatenate(arrayformula(iferror(index('To Be Processed'!X:X,small(if($A$1='To Be Processed'!$Y2,row('To Be Processed'!X:X)),row((2:2))),""))))
and it puts the text value from the link cell in my second sheet.
Which may or may not be useful depending on how you fill out your sheets - I am not very good at VBA, but that means that I do more things manually :)
Laurel belk
source share