Sure, all we have to do is replace the ", " delimiter with the Line Feed character. Since the Line Feed character has an ASCII code of 10, we can use CHAR(10) for the delimiter...
=LookUpConcat(".lastname1",A1:A6,A1:A6,CHAR(10),FA LSE,,FALSE)
Don't forget to turn "Wrap text" on for the cell you put this formula in. You will also have to widen the column enough so that the individual lines do not wordwrap at the right edge of the cell.
Bookmarks