A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
If your other sheet names are '1', '2', '3', etc. Then this will work for you. The result of ROW() or of the calculation of ROW()-2 would be used as a sheet name.
If you put the formula =INDIRECT(ROW() & "!$F$8") into a cell on row 1 in a sheet then it will show the value from sheet '1', cell F8. It would be the same as writing ='1'!$F$8
Then if you fill the formula down the sheet, because the row numbers increase, it changes what sheet will be referenced by the formula. When you copy it to a cell in row 2, then it would be the same as ='2'!$F$8