Formulas using shared spreadsheet in DropBox

StaceyVECL

New Member
Joined
Apr 13, 2022
Messages
25
Office Version
  1. 365
Platform
  1. Windows
Hi everyone,

I have excel spreadsheets saved in a shared dropbox folder so that myself and colleagues can access and update. I have entered formulas to pull in information however its looking on my C drive which obviously returns an error when a colleague opens the spreadsheet.

Current formula using: =IF(B410="","",(VLOOKUP(@$B$398:$B$500,'C:\Users\User\DROPBOXFOLDER\[Shipment Details.xlsx]RM Formulas'!$E$1:$S$550,4,FALSE)))

The formula works for me but returns #N/A for colleagues. Is there a way to use Dropbox files without looking at the C drive? I have searched online and can't find anything useful.

Thanks in advance. Stacey.
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
A similar problem that may help you.
 
Upvote 0
A similar problem that may help you.
Thank you for the reply @rlv01 - this hasn't worked and now returns a #NAME error for myself. I did notice that excel has updated the formula so that @ is before filepath and environ.

Formula now looks like the below.

=IF(B413="","",(VLOOKUP(@$B$398:$B$500,@filepath="'C:\Users\" &@Environ("username") & "\VECL Dropbox\[Shipment Details.xlsx]RM Formulas!$E$1:$S$550",4,FALSE)))

Any other suggestions?
 
Upvote 0

Forum statistics

Threads
1,215,151
Messages
6,123,319
Members
449,094
Latest member
Chestertim

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top