A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Use name range to get a worksheet list
=REPLACE(GET.WORKBOOK(1),1,FIND("]",GET.WORKBOOK(1)),"")
How to List All Sheet Names in Excel (With Example) (statology.org)
Then use formula to create a list with 3 columns.
=WRAPCOLS(GetSheetName,COUNTA(GetSheetName)/3)
Then use hyperlink function to create hyperlink to each sheet.
=HYPERLINK("#'"&B2&"'!A1",B2)
Excel - Hyperlink to a worksheet which name is found in a cell - Super User
Another way is to right click here to find the sheet you want to go.