Forum Discussion
Olliame
Jun 30, 2022Copper Contributor
Filtering and Counting Question In Excel
Need help filtering data in an Excel spreadsheet. I can't seem to get the logic right in my formula. The worksheet includes many rows of data. There is a column of names (Column T) and I need to filter to only include the rows where the names in Column T are also one of the names in Column S. I am trying to filter a larger list down to only those who are also members of the second list. All thoughts welcomed, the simpler the better.
4 Replies
- mtarlerSilver ContributorTry
=FILTER(T:T, ISNUMBER(MATCH(T:T,S:S,0)))- OlliameCopper ContributorThanks. I tried your suggestion, and it came back with a #CALC error. Perhaps there is a refinement that might help? I can certainly use the help!
- SergeiBaklanDiamond Contributor