Im tryng to use sumifs formula but its not working because both the files are on Dropbox on computer and when enter the formula from my computer its using the full path "C:\User\username\dropbox\foldername" and when someone else opens the file the links dont work because their path is different "c:\users\username2\dropbox\foldername "
Is there any way you can come around this problem ? and have the formula work no matter which computer is used to open the file (both the files are on dropbox)
I was thinking maybe I can have vba code to read current user's credentials and use that in the path "C:\("current user")\dropbox\foldername\filename"
I am really new to VBAs but Im finding it very interesting
Thank you
Is there any way you can come around this problem ? and have the formula work no matter which computer is used to open the file (both the files are on dropbox)
I was thinking maybe I can have vba code to read current user's credentials and use that in the path "C:\("current user")\dropbox\foldername\filename"
I am really new to VBAs but Im finding it very interesting
Thank you