Skip to content

Instantly share code, notes, and snippets.

@underdown
Created October 15, 2015 21:52
Show Gist options
  • Select an option

  • Save underdown/edbe4dfc1a2146c3352d to your computer and use it in GitHub Desktop.

Select an option

Save underdown/edbe4dfc1a2146c3352d to your computer and use it in GitHub Desktop.
Google Sheets Snippets
=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