如何将FILTER函数与通配符一起使用? [英] How to use FILTER function with wildcard?

查看:829
本文介绍了如何将FILTER函数与通配符一起使用?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用Google表格FILTER函数来过滤包含单词"groups"的字符串.

I'm trying to use the Google Sheets FILTER function to filter for string that contains the word 'groups'.

我正在使用的代码是这样:

The code I'm using is this:

=filter(A2:C2262,B2:B2262="*"&"groups"&"*")

不幸的是,它不起作用,因为我收到的错误消息是在FILTER评估中找不到匹配项."

Unfortunately, it doesn't work as the error message I receive is "No matches are found in FILTER evaluation."

我已经附上了一张截图,以显示正在使用的表.

I've attached a screenshot to show the table I'm working with.

我如何进行这项工作?

推荐答案

尝试:

=FILTER(A:A, SEARCH("*group*", A:A))

这篇关于如何将FILTER函数与通配符一起使用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆