I inherited ownership of a shared spreadsheet from a retiring colleague. I moved the 'original' spreadsheet to my own (local) Dropbox folder on my machine. I have subsequently edited the spreadsheet to include additional formulas and computations. Specifically, I have add the following formula in several cells:
=RIGHT(CELL("Filename",I1),LEN(CELL("Filename",I1))-FIND("]",CELL("Filename",I1))) & "-" &COLUMN()-5
This works as expected on my own machine, but I am being told that on all of my colleagues machines, when they open the file from their Dropbox folder locations (which should be synced) they are getting an error. I haven't confirmed the specific details yet, so I don't know whether it is a #REF! error or a #VALUE! error or a #NAME! error, etc. But I'm trying to troubleshoot. Are there any known Excel formulas or techniques that cannot be correctly used within a shared Dropbox file? If so, where can I find a list. If not, how can I go about troubleshooting / resolving this issue? Dropbox won't help much if I make formula changes but nobody else can see them!