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.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]November 2013
[/TD]
[TD]December 2013
[/TD]
[TD]January 2014
[/TD]
[/TR]
[TR]
[TD]Sales
[/TD]
[TD]XX
[/TD]
[TD]XX
[/TD]
[TD]XX
[/TD]
[/TR]
[TR]
[TD]Inventory
[/TD]
[TD]YY
[/TD]
[TD]YY
[/TD]
[TD]YY
[/TD]
[/TR]
</tbody>[/TABLE]


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:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]URL
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]November 2013
[/TD]
[TD]http://test.com/dpc/IM Toolkit/Archive/ Results Nov.xlsm
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]December 2013
[/TD]
[TD]http://test.com/dpc/IM Toolkit/Archive/ Results Dec.xlsm
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

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 shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.

Forum statistics

Threads
1,223,243
Messages
6,170,971
Members
452,371
Latest member
Frana

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