I’m looking for a function that would return a specified value if the characters “ACT” are found in another cell. Which function would work best for that capability?
Hey Zachary!
You can use a contains function for this!
Contains([Column], “ACT”)
I’m looking for a function that would return a specified value if the characters “ACT” are found in another cell. Which function would work best for that capability?
Hey Zachary!
You can use a contains function for this!
Contains([Column], “ACT”)