I've been using a formula that incorporates a named range in order to create a list of tabs in a dropdown. With the latest update of Excel, it has stopped working. I'm wondering if there something in the new version that would have disabled either the formula itself or the way the named range feeds the formula. The cell formula itself is:
=IFERROR(@INDEX(Sheets,ROW()),"-")
The named range formula (named Sheets) is:
=SUBSTITUTE(GET.WORKBOOK(1),"["&GET.WORKBOOK(16)&"]","")
The only change I can see is the addition of the @ symbol in the formula, which I know is a new Excel constant. If I remove it, I still return an error.
Can either of these be edited to return to the previous functionality? I can do a macro, but I'd prefer not to; the formulas have worked just fine until now and I'd rather stay with them..
Thanks.
=IFERROR(@INDEX(Sheets,ROW()),"-")
The named range formula (named Sheets) is:
=SUBSTITUTE(GET.WORKBOOK(1),"["&GET.WORKBOOK(16)&"]","")
The only change I can see is the addition of the @ symbol in the formula, which I know is a new Excel constant. If I remove it, I still return an error.
Can either of these be edited to return to the previous functionality? I can do a macro, but I'd prefer not to; the formulas have worked just fine until now and I'd rather stay with them..
Thanks.