Hi everyone!
I feel like this should be pretty easy, but haven't found a way to do this. I'd like to create a formula that, as one part of the formula, allows me to search for specific letter(s) in comments field of a data source.
As an example, imagine the comments field is: "7 Days and 15 hours until December". I'd like to create a formula that indicates that this row has "7 Days" in it.
First, I tried using "Contains" but it doesn't seem to be distinguishing the 7 Days. I tried using the Regex function but not sure that works properly in this case either, so not sure what is the best approach for being able to pull that out from a text string like the one I made above.
Any suggestions appreciated!!