How to handle excel formula references between workbooks kept on SharePoint?
posted this on SharePoint stackexchange but this seems more appropriate
Is there a recommended way to link workbooks that are kept in Sharepoint/Teams?
I have a setup where many different projects have a spreadsheet for tracking various items and then one central spreadsheet pulls certain data from each of those individual files and summarizes certain info.
Typically you can just have both files open and in the "summary" file start a formula and then go to the other spreadsheet and click in the cell you want to reference and all is well.
It seems to handle the fact that it is a Sharepoint file (synced locally) but the actual link that it uses seems to get broken as soon as you close the file(s). The next time you open the summary you have to recreate the link.
microsoft-excel onedrive sharepoint microsoft-teams
add a comment |
posted this on SharePoint stackexchange but this seems more appropriate
Is there a recommended way to link workbooks that are kept in Sharepoint/Teams?
I have a setup where many different projects have a spreadsheet for tracking various items and then one central spreadsheet pulls certain data from each of those individual files and summarizes certain info.
Typically you can just have both files open and in the "summary" file start a formula and then go to the other spreadsheet and click in the cell you want to reference and all is well.
It seems to handle the fact that it is a Sharepoint file (synced locally) but the actual link that it uses seems to get broken as soon as you close the file(s). The next time you open the summary you have to recreate the link.
microsoft-excel onedrive sharepoint microsoft-teams
add a comment |
posted this on SharePoint stackexchange but this seems more appropriate
Is there a recommended way to link workbooks that are kept in Sharepoint/Teams?
I have a setup where many different projects have a spreadsheet for tracking various items and then one central spreadsheet pulls certain data from each of those individual files and summarizes certain info.
Typically you can just have both files open and in the "summary" file start a formula and then go to the other spreadsheet and click in the cell you want to reference and all is well.
It seems to handle the fact that it is a Sharepoint file (synced locally) but the actual link that it uses seems to get broken as soon as you close the file(s). The next time you open the summary you have to recreate the link.
microsoft-excel onedrive sharepoint microsoft-teams
posted this on SharePoint stackexchange but this seems more appropriate
Is there a recommended way to link workbooks that are kept in Sharepoint/Teams?
I have a setup where many different projects have a spreadsheet for tracking various items and then one central spreadsheet pulls certain data from each of those individual files and summarizes certain info.
Typically you can just have both files open and in the "summary" file start a formula and then go to the other spreadsheet and click in the cell you want to reference and all is well.
It seems to handle the fact that it is a Sharepoint file (synced locally) but the actual link that it uses seems to get broken as soon as you close the file(s). The next time you open the summary you have to recreate the link.
microsoft-excel onedrive sharepoint microsoft-teams
microsoft-excel onedrive sharepoint microsoft-teams
asked Dec 12 '18 at 1:27
Zack SloaneZack Sloane
132
132
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Build the linked formulas while you have opened the workbook directly from SharePoint. This will cause the references to point to the workbook's URL on your SharePoint site. Obviously all users that need these links to work will need access to that location.
Another option would be to disable local sync of the workbook, at least for as long as needed to create the links. You could always re-enable local sync of the workbook after creating the formulas. Once you turned local sync back on you'd need to be sure not to edit any of those links.
This worked. Thank you. Seems like it's a bug that you can't use the locally synced version for the links....
– Zack Sloane
Dec 12 '18 at 22:29
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1382806%2fhow-to-handle-excel-formula-references-between-workbooks-kept-on-sharepoint%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Build the linked formulas while you have opened the workbook directly from SharePoint. This will cause the references to point to the workbook's URL on your SharePoint site. Obviously all users that need these links to work will need access to that location.
Another option would be to disable local sync of the workbook, at least for as long as needed to create the links. You could always re-enable local sync of the workbook after creating the formulas. Once you turned local sync back on you'd need to be sure not to edit any of those links.
This worked. Thank you. Seems like it's a bug that you can't use the locally synced version for the links....
– Zack Sloane
Dec 12 '18 at 22:29
add a comment |
Build the linked formulas while you have opened the workbook directly from SharePoint. This will cause the references to point to the workbook's URL on your SharePoint site. Obviously all users that need these links to work will need access to that location.
Another option would be to disable local sync of the workbook, at least for as long as needed to create the links. You could always re-enable local sync of the workbook after creating the formulas. Once you turned local sync back on you'd need to be sure not to edit any of those links.
This worked. Thank you. Seems like it's a bug that you can't use the locally synced version for the links....
– Zack Sloane
Dec 12 '18 at 22:29
add a comment |
Build the linked formulas while you have opened the workbook directly from SharePoint. This will cause the references to point to the workbook's URL on your SharePoint site. Obviously all users that need these links to work will need access to that location.
Another option would be to disable local sync of the workbook, at least for as long as needed to create the links. You could always re-enable local sync of the workbook after creating the formulas. Once you turned local sync back on you'd need to be sure not to edit any of those links.
Build the linked formulas while you have opened the workbook directly from SharePoint. This will cause the references to point to the workbook's URL on your SharePoint site. Obviously all users that need these links to work will need access to that location.
Another option would be to disable local sync of the workbook, at least for as long as needed to create the links. You could always re-enable local sync of the workbook after creating the formulas. Once you turned local sync back on you'd need to be sure not to edit any of those links.
answered Dec 12 '18 at 2:07
Twisty ImpersonatorTwisty Impersonator
18k146596
18k146596
This worked. Thank you. Seems like it's a bug that you can't use the locally synced version for the links....
– Zack Sloane
Dec 12 '18 at 22:29
add a comment |
This worked. Thank you. Seems like it's a bug that you can't use the locally synced version for the links....
– Zack Sloane
Dec 12 '18 at 22:29
This worked. Thank you. Seems like it's a bug that you can't use the locally synced version for the links....
– Zack Sloane
Dec 12 '18 at 22:29
This worked. Thank you. Seems like it's a bug that you can't use the locally synced version for the links....
– Zack Sloane
Dec 12 '18 at 22:29
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1382806%2fhow-to-handle-excel-formula-references-between-workbooks-kept-on-sharepoint%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown