Quantcast
Channel: Active questions tagged excel - Stack Overflow
Viewing all articles
Browse latest Browse all 88835

Better Way of Searching Multiple Sheets with Index Match

$
0
0

I Currently have the below method of searching and returning results within multiple sheets.

Is there a better/faster/simpler way?

=IFERROR(INDEX(S1!P:P,MATCH($B$9,S1!$M:$M,0)),
IFERROR(INDEX(S2!P:P,MATCH($B$9,S2!$M:$M,0)),
IFERROR(INDEX(S3!P:P,MATCH($B$9,S3!$M:$M,0)),
IFERROR(INDEX(S4!P:P,MATCH($B$9,S4!$M:$M,0)),
IFERROR(INDEX(S5!P:P,MATCH($B$9,S5!$M:$M,0)),
IFERROR(INDEX(S6!P:P,MATCH($B$9,S6!$M:$M,0)),
IFERROR(INDEX(S7!P:P,MATCH($B$9,S7!$M:$M,0)),
IFERROR(INDEX(S8!P:P,MATCH($B$9,S8!$M:$M,0)),
IFERROR(INDEX(S9!P:P,MATCH($B$9,S9!$M:$M,0)),
"Not Found"
)))))))))

Viewing all articles
Browse latest Browse all 88835

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>