简体   繁体   English

Google 表格搜索多列

[英]Google Sheets Search Multiple Columns

How can I get the search function to look through multiple columns?如何让搜索 function 浏览多个列?

=(FILTER(P1:Y500,search(F5(T1:T500)+(U1:U500))))

=(FILTER(P1:Y500,search(F5(T1:T500+U1:U500))))

=(FILTER(P1:Y500,search(F5(T1:U,U1:U))))

=(FILTER(P1:Y500,search(F5,T1:U+U1:U)))

These obviously don't work, but I can't figure it out.这些显然行不通,但我想不通。 Any help would be much appreciated.任何帮助将非常感激。

try:尝试:

=FILTER(P1:Y500; REGEXMATCH(T1:T500&U1:U500; F5&""))

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM