A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Either use an Array-Entered (entered using Ctrl-Shift-Enter) link of the same size - select five consecutive cells starting anywhere in a column and use:
=src.xlsx!five
or use an INDEX function:
=INDEX(src.xlsx!five,1)
or a copy-able function
=INDEX(src.xlsx!five,ROW(A1))
copied down for 5 cells.