# Basic syntax: =FILTER(range, range<>"word_to_filter") # Where: # - this will return the cells of the range that don't exactly match # the word_to_filter # - <> means not equal and is used instead of != for some reason