A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Let's say the values are on Sheet 2, in B2, C2, ...
And the first formula should be in D3 on another sheet. Use this:
=INDEX('Sheet 2'!$2:$2, ROW(D3)-ROW($D$3)+2)
The +2 is because the first formula should refer to the 2nd cell in row 2 on Sheet 2.
Fill down.