Hi there,
I'm having trouble with building a master report for some trend reviews I've built.
I have 9 workbooks that are updated weekly, there is a small macro in them to clean up some formatting that is exported from my work's database. There is a tab in these work books that simply counts the number of times there is a value over a certain threshold. The threshold is variable and is pulled from a cell with data validation on it to force the threshhold to multiples of 100 up to 1000. It also has a variable date filter.
Formula looks something like this:
Finds matching entry in list, checks if the date falls between the two specified and then checks if it is over the threshold.![]()
Please Login or Register to view this content.
Problem I have is that I want to roll these up into a master trend report.
As soon as I alter the forumla to look like this:
It will update fine with both books open, but open the master by itself and i get a #VALUE error. I should note, the error occurs when I change my threshold drop down or date dropdown.![]()
Please Login or Register to view this content.
I've added the folder to my trusted locations, unchecked the 'Update Links to other workbooks' in the advanced settings, checked my source reference in the Links dialog (check source returns an 'OK')
Here's the kicker - I put a few single cell references so =West_Test.xlsm!Transactions'!A1 and they update fine. Make changes in one workbook, save, close, open master and it's updated to new value.
Any thoughts?
Bookmarks