Forum Discussion
Anne_Fastre
Jul 19, 2022Copper Contributor
Lookup until...
I have a lookup value in a cell on worksheet 2 and would like to lookup all the records on worksheet 1 that match with the lookup value. The values from 2 columns found on worksheet 1 should be liste...
Patrick2788
Jul 19, 2022Silver Contributor
This might work. Please update the sheet names and ranges to accommodate your workbook.
=FILTER(Sheet1!I2:J1000,Sheet1!A2:A1000=C1)- Anne_FastreJul 19, 2022Copper Contributor
- Patrick2788Jul 19, 2022Silver Contributor
A spill error? Try clearing the neighboring cells so FILTER may return the results.
- HansVogelaarJul 19, 2022MVP
For English speakers: #OVERLOOP! means #SPILL!