Forum Discussion
NSUMike
Jun 15, 2023Copper Contributor
Possible to remove text between delimiters that comes from the =FILTER formula?
I am using the Azure Devops plugin to retrieve data from a query in Devops in one worksheet of my workbook. In the second worksheet, I am using the =FILTER formula to display text from a range of col...
- Jun 15, 2023
Here's a scaled down example with TEXTBEFORE:
=LET(filtered,FILTER(name,team="red"),TEXTBEFORE(filtered,"<",,,,filtered))
Patrick2788
Jun 15, 2023Silver Contributor
Here's a scaled down example with TEXTBEFORE:
=LET(filtered,FILTER(name,team="red"),TEXTBEFORE(filtered,"<",,,,filtered))