=TEXTJOIN(" ",TRUE,INDIRECT("A2:B"&SUMPRODUCT(MAX((B:B<>"")*ROW(B:B)))))
thanks for replyWhy not just use something like A2:B100 as the formula is ignoring blank cells.
thanks for solution!That LOOKUP formula will not work, as it returns the value from the last row, not the last row number.
Try this:
Excel Formula:=TEXTJOIN(" ",TRUE,INDIRECT("A2:B"&SUMPRODUCT(MAX((B:B<>"")*ROW(B:B)))))