Extend cell ranges in multiple spreadsheet formulas
I have a budget program I created, it uses daily spend data that i input into one sheet under 10 different categories (dining, groceries, hobbies, fuel, etc.). This is the format:
Date, Expense Description, $$, and Category
Then on the next sheet I read that data and organize and sum them in new buckets by month for each of the 10 different categories, eg:
Jan Feb ….
category 1
category 2
...
I use many formulas for this that look at the appropriate cell ranges to make the calculations. I want to extend the cell ranges for all of the formulas from x to y.
How can I do this easily without having to modify each and every one of the 120 formulas? I was hoping to use a “find and replace” action but I doesn’t seem like that exists for a formula?
Any help is appreciated!! Thank you!