I'm currently trying to use an INDEX/MATCH formula to return values from a data sheet into a summary sheet based on user entered criteria.
This is the formula I have so far:
=INDEX(DATA!A:AF,MATCH(B1&C1&E1,DATA!AA:AA&DATA!AD:AD&DATA!AC:AC,0))
However it only returns the first row that matches the results. How can I get it to return all of the rows that match the results of the MATCH?
Thanks!