I have a workbook with two sheets. Sheet 1 contains data in rows. Sheet 2 displays a subset of the data in sheet 1 (along with other stuff manually entered, plus stuff from elsewhere).
What I want is to enter a reference to the contents of cell x,y in sheet 1 into a cell in sheet 2 (i.e. =sheet1!x,y), and have the next three cells to the right in sheet 2 auto-fill with the contents of three other (always the same offset to the right) cells in the same row in sheet 1.
Should be simple, probably is, but I can’t figure it out