Skip to content

Google Sheets Tips

bootstraponline edited this page Apr 8, 2014 · 14 revisions

List if the website is included.

  • =IF( ISNUMBER(FIND("example.com", A)), "Yes", "No")

Now Filter Views can be used on that boolean column to only display rows that match. ARRAYFORMULA can be used to fill down.

Clone this wiki locally