I have formulas that reference a certain cell e.g.
Cell C1: Formula = B1 + 4
Cell C3: Formula = B1 + 10
Different Sheet:
Cell A1: Formula = Sheet1!B1 + 6
I changed B1 to be a named range called "base_charge".
I want my formulas to update to pick up the name range instead. I don't want to use a find and replace since I have a ton of formulas and it is very slow.
So I want: Cell C1: Formula = base_charge + 4
etc
Thanks.
Cell C1: Formula = B1 + 4
Cell C3: Formula = B1 + 10
Different Sheet:
Cell A1: Formula = Sheet1!B1 + 6
I changed B1 to be a named range called "base_charge".
I want my formulas to update to pick up the name range instead. I don't want to use a find and replace since I have a ton of formulas and it is very slow.
So I want: Cell C1: Formula = base_charge + 4
etc
Thanks.