Answer the question
In order to leave comments, you need to log in
How to select cells in google sheets that have a comma?
Hello, I have one column from A2 to A2500.
1. select cells in which there is a comma
2. select cells in which only one word
is two different operations. Help pliz)
Answer the question
In order to leave comments, you need to log in
1. select cells that have a comma
=filter(A2:A;REGEXMATCH(A2:A;"\,"))
2. select cells in which there is only one word
=ArrayFormula(filter(A2:A;REGEXMATCH(""&A2:A;"^[0-9a-zA-Zа-я-А-ЯёЁ]+$")))
=ArrayFormula(filter(A2:A;REGEXMATCH(""&A2:A;"^\S+$")))
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question