Simply, I need to reference another sheet and get all column values on the LAST row!!!
I thought this should be simple to do by indexing another sheet, then capturing the last row and include all column values in this last row???
See Example:
=INDEX({EXTERNAL SMARTSHEET Range 20}, LAST ROW, ALL COLUMNS)
What am I doing wrong?