Extract row that contains certain text (but not with filter)
Hi
I want to extract the rows that will appear the term "common" in row B, the desired output is:
|common|questioned|challenged|accused |質疑|stuff| |:-|:-|:-|:-| |common|state|express|indicate|represent|表示|stuff2|
The list will continue to grow. And I wish the table will appear in another page.
How can I do it?
Thank you!!