Closed workbook too deep for Sumproduct?

cyndy01

New Member
Joined
Feb 25, 2010
Messages
12
Hi everyone,

I have an issue that I just need to try to find the answer for. I use an index/match/sumproduct megaformula that has worked just fine from our server since I started using it. It basically allows me to enter the formula in an open workbook (or using VBA) and pulls the lookup info from the related column data into my table from a closed workbook on the server.

It's basically like this. I have a helper column on the right of a date column and the formula goes there. The formula looks at the date searches two date columns in the closed workbook to see if the date falls between them and then returns the associated tag from the third column in the closed workbook.

The problem now is that I want to move it to a different server and put it a few folders deeper, but it won't work if I do that. Currently it is like:
G:\MyFolder\datafile.xls which is a server folder. I want to move it to server M:\Main\Macros\Q\Quest\datafile.xls and this makes me get a #REF error. Is there such a thing as going too deep into subfolders when using Sumproduct?
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Yeah ^_^; it actually is but so is the one that works. The new one that I want to make is 839 but the one that works is 612. I would love to make it shorter, but it's an if(iserror(index(match(sumproduct...etc.) and since I had to repeat the first part to account for the error return it's really really long. I suppose that could be the problem...maybe it's outgrown itself. Rats.

I guess that means I'm stuck leaving it in my folder. I'm just trying to centralize some of the data and have it make sense. I'll try seeing if putting it a few levels up makes it work. Sigh. :(
 
Upvote 0

Forum statistics

Threads
1,214,625
Messages
6,120,598
Members
448,973
Latest member
ksonnia

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