Answers for "check a pair of cell with list of pairs google sheet"

Go
0

check a pair of cell with list of pairs google sheet

//Will show A to E rows that have matching A,B pairs in Filter list
=filter(ToFilter!A:E, countif(Filter!A:A&Filter!B:B,   ToFilter!A:A&ToFilter!B:B))
Posted by: Guest on November-08-2020

Code answers related to "check a pair of cell with list of pairs google sheet"

Browse Popular Code Answers by Language