I'm working on a shared file, and one of my teammate needs also to work on the same file simultaneously.
I know we are not performing changes to the same tabs in the file, so there will be no overlap.
So I chose to work on a copy of the file, so as to keep progressing.
Now, when she will rearchive the file, I'll need to apply my changes to the latest version of the file.
There are many complex formulas that are relative to a raw data tab in the file.
I'd like to copy/paste the areas I changed in my local copy to the reference file.
However, if I do that, I'll end up with formulas referring the local copy.
Say reference file is named... ReferenceFile, and local copy LocalCopy.
I don't want to see in the reference file formulas with
.
One option is to do my copy/paste, and then "play" with find&replace to remove any reference to LocalCopy!.
But I'm wondering if there is a less painful (and more elegant) option.
Thanks for your help
I know we are not performing changes to the same tabs in the file, so there will be no overlap.
So I chose to work on a copy of the file, so as to keep progressing.
Now, when she will rearchive the file, I'll need to apply my changes to the latest version of the file.
There are many complex formulas that are relative to a raw data tab in the file.
I'd like to copy/paste the areas I changed in my local copy to the reference file.
However, if I do that, I'll end up with formulas referring the local copy.
Say reference file is named... ReferenceFile, and local copy LocalCopy.
I don't want to see in the reference file formulas with
Code:
=sumproduct(LocalCopy!myRange) but rather =sumproduct(myRange)
One option is to do my copy/paste, and then "play" with find&replace to remove any reference to LocalCopy!.
But I'm wondering if there is a less painful (and more elegant) option.
Thanks for your help