Basically, I’m trying to find a more efficient/easy to manage way to do what I’m already doing. I found some information indicating that this could be done roughly the way I described it, which is why I asked about that, specifically.
So let’s say there are two formulas I want to use to process/transform data. One changes all “a” in a given cell to “b”, and the other changes all “c” to “d”. Sometimes I want to use one, sometimes I want to use the other, and sometimes I want to use both.
I could just have three formulas (one that does a to b, one thst does c to d, and one that does both), and copy/paste them into the relevant cells, but that can get hard to manage when you’ve got a lot more than 2 formulas, and hard to update when I change a formula.
So what I’m looking for is a way to just have one copy of each formula that I can reference wherever I need it. Named Ranges and Expressions works well for that, as long as I’m only using one at a time. I’d like to find a way to mix and match while still only having one copy of each formula to keep track of.