reaktorblue
Board Regular
- Joined
- Aug 8, 2007
- Messages
- 87
- Office Version
- 365
- Platform
- Windows
Hello,
I'm trying to figure out how to use the new filter function in Office 365 Insiders. =FILTER(tblCourses[Name],tblCourses[Name]=B1) works perfectly fine if the text in B1 explicitly matches the text in the Name column of the tblCourses table.
What I'm trying to do is incorporate a loose search so that for example, if "Python" was in B1, than courses "Python for Beginners" or "Variables in Python" would be returned.
I thought maybe =FILTER(tblCourses[Name],tblCourses[Name]="*"&B1&"*") would work but it doesn't. Anyone have any idea how to accomplish this with the filter function?
I'm trying to figure out how to use the new filter function in Office 365 Insiders. =FILTER(tblCourses[Name],tblCourses[Name]=B1) works perfectly fine if the text in B1 explicitly matches the text in the Name column of the tblCourses table.
What I'm trying to do is incorporate a loose search so that for example, if "Python" was in B1, than courses "Python for Beginners" or "Variables in Python" would be returned.
I thought maybe =FILTER(tblCourses[Name],tblCourses[Name]="*"&B1&"*") would work but it doesn't. Anyone have any idea how to accomplish this with the filter function?