Forum Discussion

doct_who's avatar
doct_who
Copper Contributor
Oct 24, 2025
Solved

Update Excel formulas between a path in local folder and owncloud in another computer

I have a lot of Excel archives with lots of formulas which reference other Excel files, all in the path H:\Fold\Data\physics on a computer, and at the same time, on another computer, I have an ownclo...
  • NikolinoDE's avatar
    Oct 26, 2025

    Map the same drive letter on both computers.

    That’s the cleanest, no-macro, no-maintenance solution:

    • Excel thinks it’s opening the same files.
    • You can work seamlessly both locally and in OwnCloud.
    • No need to rewrite formulas.

    Example

    On both computers, ensure this path works:

    H:\Fold\Data\physics\summary\daily_summary.xlsx

    On the OwnCloud computer, that’s just a mapped shortcut to:

    C:\Users\fulanito\ownCloud\Shared\Data\physics\summary\daily_summary.xlsx

    Then formulas like:

    ='H:\Fold\Data\physics\2025\[data_2025.xlsx]Horario'!AV1419

    will update perfectly from either machine.

     

    My answers are voluntary and without guarantee!

    Hope this will help you.

Resources