Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

google sheets how to make a list of unique words in a cell

=ArrayFormula(unique(transpose(split(concatenate("|"&A:Z),"|"))))
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #google #sheets #list #unique #words #cell
ADD COMMENT
Topic
Name
6+9 =