Created
October 15, 2015 21:52
-
-
Save underdown/edbe4dfc1a2146c3352d to your computer and use it in GitHub Desktop.
Google Sheets Snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| =query(arrayformula(iferror(if(match(trim(B:B);trim(A:A);0)>0;"");trim(B:B)));"select Col1 where Col1<>'' order by Col1") //compare two columns |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment