Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR EXCEL

google sheets filter cells that match

# 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
Source by blog.coupler.io #
 
PREVIOUS NEXT
Tagged: #google #sheets #filter #cells #match
ADD COMMENT
Topic
Name
8+6 =