Share via

How do I create an automatic index in Excel?

Anonymous
2024-06-19T15:19:25+00:00

Hi,

I'm trying to create an Index page for an Excel file which has over 200 tabs. I tried to use this formula but Excel keeps on saying that i used to few arguments.

=IFERROR(INDEX(MID(Sheetlist;FIND("]";Sheetlist)+1,255);ROWS($A$2:A2));"")

Would someone mind checking if the formula is right?

Thank you!

Lindsay

Microsoft 365 and Office | Excel | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-06-19T15:39:24+00:00

    Change the comma to semicolon between "1" and **"**255"

    =IFERROR(INDEX(MID(Sheetlist;FIND("]";Sheetlist)+1**;**255);ROWS($A$2:A2));"")

    1 person found this answer helpful.
    0 comments No comments