Is it possible to invoke a user defined function from another spreadsheet?
I was thinking something similar to the way that you access cells on remote spreadsheets.
So i.e. if I were to access cell A1 from my other spreadsheet i would enter:
=‘file:///home/myhome/remotedocument.ods’#$Sheet1.A1
So if I have a function named HelloWorld in my remote document, is it possible to invoke this function in a similar fashion?
I tried:
=‘file:///home/myhome/remotedocument.ods’#$HelloWorld() but unfortunately it is not working.
Any guidance would be greatly appreciated.
Cheers!