Relative Content

Tag Archive for regexgoogle-sheets

Regex insert hyphens

I’m having trouble formatting a date in google sheets. It just doesn’t render correctly, so trying to insert hyphens to separate.

How to ignore parenthesis in a REGEXMATCH?

I am attempting to sum up values based on matching a substring. The issue I am running into is that the substring and string both have parenthesis and therefore the match is failing. I have created a sample sheet to show the basics of what is going on.
A little more context, the idea is to sum up all the projects that have the same start but can have different – allocations.
Any help making E2 correctly find the 3 “Innovation Lap (TEST) Projects” but not the 1 “Test Innovation Lab (TEST) Projects”.