Renaming a named cell

kkjensen

Active Member
Joined
Jun 22, 2004
Messages
354
I've got two spreadsheets that I have to merge (copying sheets from one into the other) but run into a problem with named cells in each spreadsheet having the same name.

Is there a "fast" way to rename a named cell in a spreadsheet so the cell will have a new name and all the cells that reference it will be updated? If I just create a new name for the cell I have to select all the cells in the spreadsheet and do a find/replace to get all the formulas working again.
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
in the interim, you can leave the same-named ranges and just reference them by fully qualifying which of the two you are referencing.

syntax
SheetName!NamedRange1

Example:
FirstQtr!Income
SecondQtr!Income
 
Upvote 0
Thanks for the tip. I ended up just renaming the cell and then doing a find/replace to swap in the new name to the formulas.

I got stuck since I was merging several sets of calculations but the name "ProjectName" got used a little too liberally.

Thanks for the tip though.
 
Upvote 0

Forum statistics

Threads
1,214,962
Messages
6,122,482
Members
449,088
Latest member
Melvetica

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top