I’m trying to build a solution that can search for a specific text string in a Smartsheet — and replace it with another value — across all cells in the sheet, including inside formulas.
I'm trying to find a way to "Replace text including in formulas" since this feature is not available within Smartsheet. I've been told can be accomplished using the API? Maybe Bridge?
I would define the “Search for” and “Replace with” values in one sheet, two different cells. Then search for and replace with those values in a target sheet, updating any cell where that text appears.
Has anyone found a way to do this, either using Javascript + Bridge, or something else? (That would be willing to share step by step how they did it? (or the code)