The following formula lists all worksheets in my workbook:
=IF(COUNTA(Sheets)>=ROW($A4),INDEX(Sheets,ROW($A4)),"")
[the (Sheets) reference is a named range of worksheets with the formula =SUBSTITUTE(GET.WORKBOOK(1),"["&GET.WORKBOOK(16)&"]","")]
I want this to also return a hyperlink to each worksheet - I have tried the below but this returns the message "cannot open the specified file" when the hyperlink is clicked. Can anyone help out on what I'm doing wrong?
=HYPERLINK(COUNTA(Sheets)>=ROW($A3),INDEX(Sheets, ROW($A3)))
Many thanks,
=IF(COUNTA(Sheets)>=ROW($A4),INDEX(Sheets,ROW($A4)),"")
[the (Sheets) reference is a named range of worksheets with the formula =SUBSTITUTE(GET.WORKBOOK(1),"["&GET.WORKBOOK(16)&"]","")]
I want this to also return a hyperlink to each worksheet - I have tried the below but this returns the message "cannot open the specified file" when the hyperlink is clicked. Can anyone help out on what I'm doing wrong?
=HYPERLINK(COUNTA(Sheets)>=ROW($A3),INDEX(Sheets, ROW($A3)))
Many thanks,