Hyperlink Drop Down selections to separate Files

tonyab

New Member
Joined
Mar 12, 2012
Messages
1
(Using Excel 2010 & Windows 7)
Need to link the separate name of each of four sales reps that are in a drop down menu in Excel 2010 to their individual folders on a Data (E:) shared drive (The Sales Rep's individual folders contain the counties assigned to each of them and they need to have quick access). I currently have each Sales Rep's name in the drop down menu originating from a global template on a page within the same form. Not sure the easiest way to do.
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Hi and Welcome to the Board,

There's a few ways to accomplish your objective. A fairly simple approach would be to use the HYPERLINK() function in a formula in an adjacent cell.

Using a DataValidation dropdown list in Cell B3, enter this formula in Cell C3:
=HYPERLINK("E:\MyPath\"&B3&"\","Open Folder for Sales Rep: " & B3)
 
Upvote 0

Forum statistics

Threads
1,223,889
Messages
6,175,223
Members
452,620
Latest member
dsubash

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