FatalLordes
Board Regular
- Joined
- Dec 22, 2017
- Messages
- 76
- Office Version
- 365
- Platform
- Windows
Hi all. So I know how to do INDEX MATCH on one sheet, namely:
But what if I want to do the same thing but across multiple sheets? I tried the obvious, namely:
But that ends up in a "You've entered too many arguments" error. How would I go about this?
Thanks in advance
Excel Formula:
=INDEX(Main!I:I, MATCH(Report!B3, Main!A:A,0))
But what if I want to do the same thing but across multiple sheets? I tried the obvious, namely:
Excel Formula:
=INDEX(Main!I:I,Second!I:I, MATCH(Report!B3, Main!A:A,Second!A:A,0))
But that ends up in a "You've entered too many arguments" error. How would I go about this?
Thanks in advance