Drop Down to Access Differnt SharePoint Workbooks

Tidr0001

New Member
Joined
Sep 25, 2013
Messages
12
I have multiple monthly reports on a SharePoint website with sales data on the "Summary" Tab.

I am using a Data Validation drop down list to ID the months I would like to pull in.
November 2013
December 2013
January 2014
Sales
XX
XX
XX
Inventory
YY
YY
YY

<tbody>
</tbody>


As I change the date in B1 or C1 or D1, I would like to pull the new data in from the corresponding sheet on SharePoint.
I have a reference sheet in the workbook that provides the URL Link for every report on SharePoint.
For Example:
URL
November 2013
http://test.com/dpc/IM Toolkit/Archive/ Results Nov.xlsm
December 2013
http://test.com/dpc/IM Toolkit/Archive/ Results Dec.xlsm

<tbody>
</tbody>

Formula below works but is static:
= SUM('http://test.com/dpc/IM Toolkit/Archive/[Results Nov.xlsm]Summary'!Y$2:Y$25000)

Thinking something like:
= SUM(CONCATENATE(“'”,(Index(Ref Sheet!A1:B10,MATCH(B1,Ref Sheet!A1:A10,0),2),”Summary'!Y$2:Y$25000”)
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.

Forum statistics

Threads
1,215,222
Messages
6,123,717
Members
449,116
Latest member
Aaagu

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